Download the slides in PDF here!
Resources
-
WebAssembly is the perfect runtime for server-side (or serverless) applications
-
The Second State VM is a high performance WebAssembly VM optimized for server-side applications
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.