Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 325 Bytes

File metadata and controls

18 lines (13 loc) · 325 Bytes

assemblyscript-demo

demo for compiling and debugging AssemblyScript

  1. add logic in assembly/index.ts

  2. run script to build wasm

npm run asbuild:untouched
  1. serve static files
python ./wasmServer.py
  1. you can debug in browser now wasm_debug_chrome