ic-wasm

Transform WebAssembly modules for Internet Computer Protocol canisters

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for performing Wasm transformations specific to ICP canisters

Commands

ic-wasm

Examples

Shrink a canister's Wasm module by removing debug information$ ic-wasm canister.wasm -o canister-shrunk.wasm shrink
Add metering instrumentation to track cycle consumption$ ic-wasm canister.wasm -o canister-metered.wasm instrument
Validate and inspect metadata of an ICP canister module$ ic-wasm canister.wasm info