runtime-wasm-container

Installation
SKILL.md

BoxLang WASM Containers (Server-Side)

Overview

MatchBox can compile BoxLang source to WebAssembly (WASM) for server-side execution. WASM containers run without a JVM and are sandboxed by design, making them ideal for edge deployments, FaaS, and microservices in minimal OCI containers.

This skill covers server-side WASM (Wasmtime, WasmEdge, OCI containers). For browser/Node.js WASM, see the wasm-in-the-browser skill.


Compiling to WASM

# Compile to .wasm
matchbox --target wasm my_service.bxs
# Output: my_service.wasm

Related skills

More from ortus-boxlang/skills

Installs
1
First Seen
Apr 21, 2026