Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 234 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 234 Bytes

monistode-emulator-bindings

The WASM bindings for the monistode CPU emulator set.

Building and publishing

These bindings use wasm-pack; packaging them up is done via:

wasm-pack build --target=web
cd pkg
npm publish