4 ms·
As weird as this might sound, I see WebAsssembly more like a portable shared library format than a JavaScript replacement.
by strkek 8y ago
As weird as this might sound, I see WebAsssembly more like a portable shared library format than a JavaScript replacement.
- solarkraft 8y agoThat's pretty much what it's supposed to be. Much of the browsery stuff is still supposed to be handled by JS.
- e12e 8y agoOn a related note: does anyone know if there's wasm support with ocaml/reasonml? It seems running reasonml/ocaml under nodejs with wasm (and in the browser) should be a great fit for ocaml modules?