13 releases (8 breaking)
0.9.0 | Feb 3, 2025 |
---|---|
0.7.1 | Jan 31, 2025 |
0.2.0 | Nov 7, 2024 |
#213 in WebAssembly
991 downloads per month
420KB
10K
SLoC
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
lib.rs
:
Orca is a WebAssembly Transformation Library for the Component Model. The design has been inspired by Dfinity's IC and Walrus.
Dependencies
~6–15MB
~222K SLoC