Skip to content

Commit 4a37b60

Browse files
feat: add section with video links (#260)
Signed-off-by: Victor Adossi <[email protected]>
1 parent a23b638 commit 4a37b60

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

0 commit comments

Comments
 (0)