5
rezagh
6y

can anyone tell me what (web assembly) is?

Comments
  • 6
    I’m not an expert as such, but it’s basically a low level language, like actual assembly, for executing code quickly on browsers
  • 1
    🤔🤔🤔😮😮😮
  • 8
    think of real desktop programms like Photoshop or Crysis running nativly in the browser streamed over the internet with full hardware support.
  • 4
    Although webassembly cannot use the webapis just yet (so no retrieving elements and the like) its pretty awesome.
    You can use rust, C++ and a few other languages.
  • 2
    awesome.
Add Comment