Hacker News new | ask | show | jobs
by callahad 2823 days ago
While asm.js was basically just a textual encoding of C in JavaScript... round and round we go! :)
1 comments

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.