orca-wasm

Crates.ioorca-wasm
lib.rsorca-wasm
version0.2.0
sourcesrc
created_at2024-09-05 17:41:07.762593
updated_at2024-11-07 19:22:54.762137
descriptionA lightweight WebAssembly Transformation Library for the Component Model
homepagehttps://github.com/thesuhas/orca
repositoryhttps://github.com/thesuhas/orca
max_upload_size
id1364919
size371,560
Suhas Thalanki (thesuhas)

documentation

README

Orca 🐋🌊

Orca is a WebAssembly Transformation Library for the Component Model

It is based on Dfinity's IC codebase and Walrus.

About

Orca is a light-weight, easy-to-use, Rust Library for performing WebAssembly transformations. It uses wasmparser and wasm_encoder to parse and encode Wasm components/modules and maintains its own Intermediate Representation.

Environment Setup

Install wasm-tools:

$ cargo install wasm-tools
Commit count: 319

cargo fmt