wasm_build is an example of using MarketMaker2 in webpages via WebAssembly
- Build WASM binary according to the WASM Build Guide
- Run a local HTTP server
- if you use Python 3, run:
python3 -m http.server 8000
- if you use Python 2, run:
Read more about running a simple local HTTP serverpython -m SimpleHTTPServer 8000
- Open webpage in your browser http://localhost:8000/wasm_build/index.html