Recording of my session at iJS 2021 (https://javascript-conference.com/). Recorded on Oct. 28th, 2021
WebAssembly is currently one of the hottest trends in web development and Rust is the programming language leading the path to it. In this session, Rainer Stropek introduces you to the Rust programming language. He assumes that you are familiar with JavaScript and TypeScript. Rainer demonstrates Rust based on an end-to-end client-side example using WASM, Rust, TypeScript, and Webpack. Be prepared for a code-only, demo-heavy session.
You can find the code for the larger Wasm sample at https://github.com/rust-linz/rust-fun...
00:00:00 Intro
00:00:22 Welcome, personal introduction, agenda overview
00:01:06 What is Wasm and why is it interesting?
00:06:15 Why using Rust for Wasm development?
00:09:15 Wasm, a JS/TS "killer"?
00:10:26 Demo time: Dissecting Rust + Wasm "Hello World"
00:24:00 Demo time: Diving a little bit deeper (incl. TypeScript)
00:44:26 Wrapping up, closing