Completed
getting started with wasm
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Serverless WebAssembly App in Python Using Spin
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 the next wave of cloud compute will be powered by webassembly
- 4 what is webassembly?
- 5 a few things to know about webassembly
- 6 wasm is another bytecode format
- 7 a few things to know about webassembly
- 8 compile and run
- 9 wasi: a new kind of system interface
- 10 compilation and language support
- 11 rust has a great wasm support
- 12 interpreted languages are a little more tricky
- 13 you need to compile the interpreter to wasm
- 14 getting started with wasm
- 15 introducing spin
- 16 demo 1
- 17 4 things making webassembly great
- 18 how this will change cloud computing
- 19 no more clunky containers
- 20 fix serverless
- 21 demo 2
- 22 component model
- 23 wasm module
- 24 composing applications
- 25 componentize-py
- 26 thank you!