201 private links
Webassembly components that can be reused in other programs 😲
The component standard is defined on https://github.com/WebAssembly/component-model/
Okay so these guys built a WebAssembly based virtual machine to run x86 binaries. SO you can run ANY type of programs in the browser !
Legit.
(shared by Riduidel)
Wow such great explanations of JIT (Just-In-Time Compiler), Assemnly, JS and WebAssembly all together.
And now we understand why Rust seems better for WebAssembly. The Rust compiler manage the garbage collection at compile time.
And why WebAssembly seems promising.
I guess that more video games will be loaded directly from the web browser in the future
OpenCV (en c++), Tensorflow (machine learning library) and Rust. All compiled in WebAssembly.
Good job man !
(via Riduidel)