orca-wasm

Crates.ioorca-wasm
lib.rsorca-wasm
version0.9.2
created_at2024-09-05 17:41:07.762593+00
updated_at2025-04-25 21:47:45.423387+00
descriptionA lightweight WebAssembly Transformation Library for the Component Model
homepagehttps://github.com/thesuhas/orca
repositoryhttps://github.com/thesuhas/orca
max_upload_size
id1364919
size430,934
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: 343

cargo fmt