| Crates.io | orca-wasm |
| lib.rs | orca-wasm |
| version | 0.9.2 |
| created_at | 2024-09-05 17:41:07.762593+00 |
| updated_at | 2025-04-25 21:47:45.423387+00 |
| description | A lightweight WebAssembly Transformation Library for the Component Model |
| homepage | https://github.com/thesuhas/orca |
| repository | https://github.com/thesuhas/orca |
| max_upload_size | |
| id | 1364919 |
| size | 430,934 |
Orca is a WebAssembly Transformation Library for the Component Model
It is based on Dfinity's IC codebase and Walrus.
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.
Install wasm-tools:
$ cargo install wasm-tools