top | item 18071095

(no title)

gtremper | 7 years ago

WebAssembly is basically just a binary encoding of asmjs, which is the subset of javascript discussed in the talk.

discuss

order

callahad|7 years ago

While asm.js was basically just a textual encoding of C in JavaScript... round and round we go! :)

gtremper|7 years ago

I'd say it more a textual encoding of LLVM IR. Which makes the s-expression text format of WebAssembly a text encoding of a binary encoding of a javascript encoding of a compiler intermediate representation of your program. Round and round indeed.

panic|7 years ago

WebAssembly is a statically-typed language which passes values around using a stack. It’s very different from asm.js.

shawnz|7 years ago

Yeah, but it doesn't have "Javascript" in the name, which makes it automatically better by way of bypassing everyone's irrational hatred of JS