Skip to content

0.9.11

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jan 16:36
bd2d189

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

File Platform Checksum
ic-wasm-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ic-wasm-x86_64-apple-darwin.tar.xz Intel macOS checksum
ic-wasm-x86_64-pc-windows-msvc.zip x64 Windows checksum
ic-wasm-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ic-wasm-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
ic-wasm-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum