A tool for analyzing and debugging WebAssembly
-
Install pnpm
-
Install rust
-
Install wasip1 target
rustup target add wasm32-wasip1
-
Install cargo-component
cargo install cargo-component
-
Install npm dependencies
pnpm install
-
Build rust project and generate wasm component
pnpm build:rust
-
Run project
pnpm dev
TODO: Summary
TODO: Features
TODO: Contributing