Completed
- modifying the cargo.toml
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Getting Started with WebAssembly - WASM with Rust Lang
Automatically move to the next video in the Classroom when playback concludes
- 1 - intro
- 2 - installing wasm-pack
- 3 - creating a rust library for your wasm module with cargo
- 4 - exploring the scaffolded library in vscode
- 5 - modifying the cargo.toml
- 6 - writing some rust webassembky code in vscode
- 7 - building rustlang wasm with apple m1 silicon
- 8 - exploring the generated wasm
- 9 - reverse engineering wasm to wat
- 10 - optimizing the generated release wasm
- 11 - extending your webassembly in rust
- 12 - building your webassembly for node.js
- 13 - executing your rust generated wasm in nodejs
- 14 - handcoding some webassembly
- 15 - comparing rust generated and handcoded webassembly
- 16 - conclusion