WASM Container
Learn how to run BoxLang in a WASM container using MatchBox
WASM Container Deployment
Compiling for WASM/WASI
matchbox --target wasm my_service.bxs
# Produces: my_service.wasmRunning with Wasmtime
# Install Wasmtime (macOS / Linux)
curl https://wasmtime.dev/install.sh -sSf | bash
# Run your app
wasmtime my_service.wasmRunning with WasmEdge
Docker / OCI Container
Example Dockerfile
Docker Desktop (Built-in WASM Support)
Pushing to a Registry
Limitations
Feature
WASM Container
Notes
Last updated
Was this helpful?
