Show HN: Ast.run – WebAssembly playground
1–3 of 3 posts
Re: Show HN: Ast.run – WebAssembly playground
#2Is this real? Is WebAssembly going to be supported?
Re: Show HN: Ast.run – WebAssembly playground
#3Is this real? Is WebAssembly going to be supported?
All of the major browsers will support WebAssembly soon:
http://v8project.blogspot.fi/2016/03/experimental-support-fo...
This playground uses Binaryen(https://github.com/WebAssembly/binaryen) to interpret the WebAssembly code on the fly, so it works in current browsers that do not yet have native support.