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

WebAssembly example using AssemblyScript.

Notifications You must be signed in to change notification settings

stever/wasm-assemblyscript-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.