thesuhas / orca

WebAssembly Transformation Library for the Component Model
https://crates.io/crates/orca-wasm
Apache License 2.0
13 stars 2 forks source link

Orca 🐋🌊

Orca is a WebAssembly Transformation Library for the Component Model It is based on [Dfinity's IC codebase](https://github.com/dfinity/ic/tree/master/rs/wasm_transform) and [Walrus](https://github.com/rustwasm/walrus/tree/main).

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