Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
gtremper
on Sept 25, 2018
|
parent
|
context
|
favorite
| on:
Wasmjit: Kernel Mode WebAssembly Runtime for Linux
WebAssembly is basically just a binary encoding of asmjs, which is the subset of javascript discussed in the talk.
callahad
on Sept 25, 2018
|
next
[–]
While asm.js was basically just a textual encoding of C in JavaScript... round and round we go! :)
gtremper
on Sept 25, 2018
|
parent
|
next
[–]
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
on Sept 25, 2018
|
prev
|
next
[–]
WebAssembly is a statically-typed language which passes values around using a stack. It’s very different from asm.js.
shawnz
on Sept 25, 2018
|
prev
|
next
[–]
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
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: