Crates.io | orca-wasm |
lib.rs | orca-wasm |
version | 0.2.0 |
source | src |
created_at | 2024-09-05 17:41:07.762593 |
updated_at | 2024-11-07 19:22:54.762137 |
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 | 371,560 |
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