Skip to content

Commit 2eebdae

Browse files
chore: add warning about old videos
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent 472153b commit 2eebdae

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

component-model/src/reference/videos.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,22 @@ This page is a non-exhaustive list of some of the best talks and videos related
1616

1717
## Full Conference playlists
1818

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+
> For example, ["WITX"][witx] became [WIT][wit], with many improvements along the way. Talks that mention
26+
> WITX may contain valuable insight, but are no longer up to date.
27+
1928
### Wasm I/O
2029

2130
[Wasm I/O 2025 Playlist](https://www.youtube.com/playlist?list=PLP3xGl7Eb-4OtFH1tcQm6u7_LRED7-3rg)
2231

2332
[Wasm I/O 2024 Playlist](https://www.youtube.com/playlist?list=PLP3xGl7Eb-4Nmj4CJ5WLQZx5UAYvhH920)
2433

2534
[Wasm I/O 2023 Playlist](https://www.youtube.com/playlist?list=PLP3xGl7Eb-4NtSX-wzOxUCjPsBcw2zrPA)
35+
36+
[witx]: https://github.com/WebAssembly/WASI/tree/main/legacy/preview1/witx
37+
[wit]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md

0 commit comments

Comments
 (0)