Environment setup
Tools
- WASM-4
- WASI-SDK
- PowerShell
- Windows Terminal
NOTE: C needs to be setup first
Steps
- Download and install WASM-4
- Download and install WASI-SDK
- 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.