Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.06 KB

readme.md

File metadata and controls

42 lines (32 loc) · 1.06 KB

webassembly-examples

From Simple To Complex. A complete collection of webassembly examples.

Usage

For 1 - 8:

# start
node ./#-path-to-example/index.js

# rebuild
cd #-path-to-example && wast2js script-name.wat -o script-name.js

For 9+ see readme.

Ordered list of examples

License

MIT, 2017+ Dmitriy Tsvettsikh