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.


Mode 1: --target js — ES Module (Recommended)

matchbox --target js my_lib.bxs
Related skills

More from ortus-boxlang/skills

Installs
1
First Seen
Apr 21, 2026