./build.sh
./run.sh
How I got this working: https://groups.google.com/forum/#!msg/emscripten-discuss/pEZ5JknUNNI/JF9svMsBCAAJ
The best asm/wasm talk ever: https://www.destroyallsoftware.com/talks/the-birth-and-death-of-javascript
AngryBots wasm game demo: http://webassembly.github.io/demo/AngryBots/
WASM in multiple browsers: https://hacks.mozilla.org/2016/03/a-webassembly-milestone/
Lambda the Ultimate discussion on control flow: http://lambda-the-ultimate.org/node/5349
JS Glue code created by emscripten: http://kripken.github.io/emscripten-site/docs/api_reference/preamble.js.html
Why node doesn't have v8 5.1 yet: nodejs/node#6354
Online WASM compiler: https://cdn.rawgit.com/WebAssembly/sexpr-wasm-prototype/2bb13aa785be9908b95d0e2e09950b39a26004fa/demo/index.html
Awesome asm / PNaCL / wasm demos: http://floooh.github.io/oryol/
Article on building wasm: http://floooh.github.io/2016/03/17/oryol-webassembly.html
WASM news site: https://wasm.news/
Official wasm spec: https://github.com/WebAssembly/spec
Building WASM: https://github.com/kripken/emscripten/wiki/WebAssembly
Binaryen project: https://github.com/WebAssembly/binaryen
Another good wasm talk: https://kripken.github.io/talks/wasm.html#/2
Wasm incompatibilities: https://bugs.chromium.org/p/chromium/issues/detail?id=575167
Wasm in v8 discussion: https://news.ycombinator.com/item?id=10873902
expose-wasm flag: https://codereview.chromium.org/1507623002
v8 accouncing wasm support: https://groups.google.com/forum/#!topic/v8-users/PInzACvS5I4
v8 toolchain: https://github.com/v8mips/v8mips/wiki/Running-C-code-in-v8-with-WASM
Wasm effects: https://www.quora.com/What-does-WebAssembly-mean-for-those-who-are-currently-learning-web-development
More wasm effects: http://www.2ality.com/2015/06/web-assembly.html
Old wasm polyfill: https://github.com/WebAssembly/polyfill-prototype-1
Brendon Eich "not bytecode": https://news.ycombinator.com/item?id=9733762
Brendon Eich official annoucement: https://brendaneich.com/2015/06/from-asm-js-to-webassembly/
npm wasm polyfill: https://www.npmjs.com/package/wasm
Wasm on node: nodejs/NG#19
AST semantics: https://github.com/WebAssembly/design/blob/master/AstSemantics.md
Wast format: https://github.com/WebAssembly/design/blob/master/TextFormat.md
Wasm format: https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md
Home page: https://webassembly.github.io/
Another wasm talk: https://kripken.github.io/talks/wasm.html#/
Branch vs break: WebAssembly/design#445
Wasm in Edge: https://blogs.windows.com/msedgedev/2016/03/15/previewing-webassembly-experiments/
Microsoft on wasm: https://blogs.windows.com/msedgedev/2015/11/10/supercharging-javascript-performance-with-asm-js/