Release Notes
- Enhance
instrument subcommand with new capabilities:
- Add
--stub-wasi flag to replace WASI imports with stub functions, enabling modules compiled with Emscripten or wasi-sdk to run on the Internet Computer.
- Add
--heap-trace flag to store execution traces in heap memory instead of stable memory, enabling profiling for canisters that use stable memory for their own purposes (e.g., Emscripten, Idris2, AssemblyScript-based canisters).
- Infrastructure: Add PowerShell installer for Windows in releases.
Install ic-wasm 0.9.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dfinity/ic-wasm/releases/download/0.9.11/ic-wasm-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/dfinity/ic-wasm/releases/download/0.9.11/ic-wasm-installer.ps1 | iex"
Download ic-wasm 0.9.11