Rust ➑ WebAssembly πŸš€ Node.js

Jun 22, 2020 β€’ One minute to read

Download the slides in PDF here!

Resources

Further information

In the post-Moore’s Law era, we need to squeeze more performance from existing hardware. Native code provides the best performance. However, native code on the server-side presents challenges to application safety and manageability.

Rust and WebAssembly could address this problem! In this talk, we will discuss a wide range of topics on why and how to incorporate Rust functions in popular web runtimes, such as the Node.js. This approach combines Rust's performance, WebAssembly's security and portability, and JavaScript's ease-of-use.

RustWebAssemblypresentation
A high-performance, extensible, and hardware optimized WebAssembly Virtual Machine for automotive, cloud, AI, and blockchain applications