boxlang-runtime-wasm-in-the-browser
Installation
SKILL.md
BoxLang WASM in the Browser
Overview
MatchBox can compile BoxLang source to browser-compatible output via two modes:
| Mode | Flag | Output | Best For |
|---|---|---|---|
| ES Module (recommended) | --target js |
.js + .wasm |
Browsers, Node.js, bundlers |
| Raw WASM | --target wasm |
.wasm |
Custom loaders, advanced bundling |
All top-level BoxLang functions are automatically exported, regardless of access modifier.