Skip to content

Environment setup

Tools

  • WASM-4
  • WASI-SDK
  • PowerShell
  • Windows Terminal

NOTE: C needs to be setup first

Steps

  1. Download and install WASM-4
  2. Download and install WASI-SDK
  3. Set environment parameters for WASI-SDK using powershell
$INCLUDE = "C:\wasi-sdk-16.0\bin"

[Environment]::SetEnvironmentVariable("WASI_SDK_PATH", "$INCLUDE, "Machine")

You can now use use WASM-4.