Re: WebAssembly and Bytecode question

Thank you all so much, it is now more clear for me. WebAssembly has a
brilliant future 👍

*Btw*: I'm Voxxed Days Istanbul <http://istanbul.voxxeddays.com/>
conference organizer. As Voxxed team We would be happy to see WebAssembly
talk at our event. If anyone interested to talk at our conference, we will
be happy :)

Many thanks.

2016-01-25 21:06 GMT+02:00 Derek Schuff <dschuff@google.com>:

>
>
> 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)
>
>
>



-- 
Rahman USTA
Istanbul JUG
https://github.com/rahmanusta <http://www.kodcu.com/>

Received on Monday, 25 January 2016 19:39:47 UTC