Re: WebAssembly and Bytecode question

On Mon, Jan 25, 2016 at 10:42 AM Rahman USTA <rahman.usta.88@gmail.com>
wrote:

> Hi Jean;
>
> I'm a Java developer and I try to relate WebAssembly from my viewpoint :)
>
> For example;
>
> Java Source ------> Java Source AST -------> Java ByteCode
> JS Source   -------> WebAssembly    --------> ???
>
>
It's more like:
JS Source ---> (nothing, it still goes directly into the browser as source)
C Source (or other languages in the future) -----> WebAssembly binary
format (call it a bytecode if you want) ---> (goes into the browser as
binary data)

Received on Tuesday, 26 January 2016 08:51:41 UTC