25
Cube189
7y

Assembly:
"OMG! What an unfriendly language! It's so obsolete!"
WebAssembly:
"OMG! Assembly is on the web! It's so amazing!"

Comments
  • 3
    Amazing for developers who feel CPU like their son and any compiler like a girl who can take their son out of their control... 😂

    BTW i am interested to read more about this...😍
  • 1
    Assembly is a very old, low-level, and efficient language that some (most?) Compilers use tomore efficiently translate high-level code into byte code or binary; while the wasm (web assembly) is significantly more advanced, the point is pretty similar in that people aren't meant to write everything directly in wasm, it is simply a much more efficient (and plausible) 'floor' that would allow a lot of preexisting or new languages to be implemented in the web, thus offering a lot more language possibilities than JavaScript.
  • 2
    I hope www.elm-lang.org compiles to webassembly one day. Because i would love to use 3D models on the web with decent performance.
Add Comment