Skip to content

avantgardnerio/docker-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

./build.sh

Run

./run.sh

Links

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published