Reblogged by slightlyoff@toot.cafe ("Alex Russell"):
evanw@hachyderm.io ("Evan Wallace") wrote:
I have a working MVP of a new WebAssembly implementation: https://github.com/evanw/polywasm. It implements WebAssembly in JavaScript (i.e. it's a polyfill for WebAssembly), which allows WebAssembly-based apps to still work even when the browser's WebAssembly implementation has been disabled. They will run much slower of course, but some WebAssembly apps don't require real-time performance.