InfoQ Podcast - Colin Eberhardt on WebAssembly
INFOQ.COM
Wesley Reisz talks to Colin Eberhardt, what WebAssembly (WASM) is, a bit of the history of JavaScript, and the future plans for WebAssembly including the threading model and GC.
A Multi-threaded Fractal Generator in Rust
REDDIT.COM
A Rust + WebAssembly Fractal renderer, the interesting thing about this example is that it uses wasm in WebWorkers to render in parallel. Although it might not be long until WebAssembly gains ‘native’ threading support, making this sort of thing much easier to achieve!
Should Vue.js move to WebAssembly?
GITHUB.COM
Ember have embraced WebAssembly, using it within Glimmer, their rendering engine. Should Vue do this same? This interesting GitHub issue debates that exact topic.