Completed
when
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Scala.js and WebAssembly - A Tale of the Dangers of the Sea
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is WebAssembly
- 3 Why is WebAssembly a language
- 4 JavaScript Interop
- 5 WebAssembly overview
- 6 Linear memory model
- 7 JavaScript functions
- 8 The fun part
- 9 All of ecology
- 10 Scala IR
- 11 Scala WebAssembly
- 12 Tail recursive factorial
- 13 Local variables
- 14 Control flow
- 15 Classes
- 16 Linear Memory
- 17 Virtual Dispatch
- 18 Interpreter Interoperability
- 19 Are we stuck
- 20 Lets drop interoperability
- 21 Reference types
- 22 Reference types proposal
- 23 hello methods
- 24 decompose
- 25 lambda
- 26 any ref
- 27 call function
- 28 schematic
- 29 cycles
- 30 another proposal
- 31 new types
- 32 class points
- 33 captures
- 34 when
- 35 Questions
- 36 Another path
- 37 Is it worth the change
- 38 Performance
- 39 GBM in WebAssembly
- 40 Effects in Scala
- 41 Conclusion