|
|
|
|
|
by dadoum
1380 days ago
|
|
> Perhaps more relevant: what's the point of taking machine code capable software, compiling it into WASM, and then compiling that back into machine code? A reinvention of FFI perhaps? Firefox has some parts which are compiled to WebAssembly, and Mozilla wrote an article about it [0]. They seem to use WebAssembly to sandbox the code and improve security. [0]: https://hacks.mozilla.org/2020/02/securing-firefox-with-weba... |
|