File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
component-model/src/reference Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Videos
2
+
3
+ The WebAssembly ecosystem often gives talks about functionality and features of WebAssembly components.
4
+
5
+ This page is a non-exhaustive list of some of the best talks and videos related to the component model.
6
+
7
+ ## Overviews of the Component Model
8
+
9
+ [ Threading the needle with concurrency and parallelism in the Component Model - Luke Wagner] ( https://www.youtube.com/watch?v=mkkYNw8gTQg )
10
+
11
+ [ The Path to Components - Luke Wagner] ( https://www.youtube.com/watch?v=phodPLY8zNE )
12
+
13
+ [ What is a Component (and Why)? - Luke Wagner] ( https://www.youtube.com/watch?v=tAACYA1Mwv4 )
14
+
15
+ [ Deconstructing WebAssembly Components - Ryan Levick] ( https://www.youtube.com/watch?v=zqfF7Ssa2QI )
16
+
17
+ ## Full Conference playlists
18
+
19
+ > [ !WARNING]
20
+ > Exercise caution when watching conference talks and videos older than ~ 2024.
21
+ >
22
+ > WebAssembly specifications have changed quite a bit since 2023 and proposed versus implemented
23
+ > semantics (Component Model, WIT, etc) have seen considerable improvements.
24
+
25
+ ### Wasm I/O
26
+
27
+ [ Wasm I/O 2025 Playlist] ( https://www.youtube.com/playlist?list=PLP3xGl7Eb-4OtFH1tcQm6u7_LRED7-3rg )
28
+
29
+ [ Wasm I/O 2024 Playlist] ( https://www.youtube.com/playlist?list=PLP3xGl7Eb-4Nmj4CJ5WLQZx5UAYvhH920 )
30
+
31
+ [ Wasm I/O 2023 Playlist] ( https://www.youtube.com/playlist?list=PLP3xGl7Eb-4NtSX-wzOxUCjPsBcw2zrPA )
32
+
33
+ [ witx ] : https://github.com/WebAssembly/WASI/tree/main/legacy/preview1/witx
34
+ [ wit ] : https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md
You can’t perform that action at this time.
0 commit comments