8 stable releases
| 2.2.0 | Oct 30, 2025 |
|---|---|
| 2.1.0 | Sep 25, 2025 |
| 1.2.0 | Aug 13, 2025 |
| 1.1.0 | Jul 17, 2025 |
#641 in WebAssembly
5,177 downloads per month
Used in canfuzz
490KB
11K
SLoC
Wirm 🐉
Wirm is a WebAssembly IR Manipulation Library for the Component Model.
NOTE: This project used to be known as Orca, see discussion on refactor here.
It is based on Dfinity's IC codebase and Walrus.
About
Wirm 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.
Cargo Features
Parallel Processing
Wirm supports parallel processing during module parsing and encoding to improve performance for modules with many functions. This feature uses rayon to process function bodies concurrently.
Enable the feature by adding the parallel feature to your Cargo.toml:
[dependencies]
wirm = { version = "1.1.0", features = ["parallel"] }
Environment Setup
To install wasm-tools:
$ cargo install wasm-tools
Dependencies
~4–10MB
~223K SLoC