monkey-wasm 0.0.4

monkey lang parser wasm version
Documentation

This lib designed for compiling monkey-parser into WebAssembly and publishing the resulting package to NPM.

Be sure to check out other wasm-pack tutorials online for other templates and usages of wasm-pack.

Usage

Build with wasm-pack build

wasm-pack build

Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

Publish to NPM with wasm-pack publish

wasm-pack publish

Batteries Included