Re: [FlexJS] WebAssembly is here

2015-06-17 Thread Michael Schmalle
Haha, this is paid work man, that is a lot of work to do this. :) this is like writing another SWF bytecode emitter. Mike On Wed, Jun 17, 2015 at 3:17 PM, OmPrakash Muppirala wrote: > Just going through the design docs here: > > https://github.com/WebAssembly/design/blob/master/AstSemantics.md

Re: [FlexJS] WebAssembly is here

2015-06-17 Thread OmPrakash Muppirala
Just going through the design docs here: https://github.com/WebAssembly/design/blob/master/AstSemantics.md https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md Lots of stuff that go over my head, but might be of interest to the compiler gurus here. Thanks, Om On Wed, Jun 17, 2015

[FlexJS] WebAssembly is here

2015-06-17 Thread OmPrakash Muppirala
Looks like we can bypass compilation to JavaScript and go directly to bytecode that runs in browsers soon: https://brendaneich.com/2015/06/from-asm-js-to-webassembly/ Thanks, Om