Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 397 Bytes

wasm-assemblyscript-example

WebAssembly example using AssemblyScript.

npm install -g assemblyscript
asc hello-world.ts -o hello-world.wasm
python -m http.server 8000

Based on example provided by Aaron Turner and licensed under the Creative Commons Attribution 4.0 License.