Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 29 additions & 3 deletions SIG-Documentation/2026/docs-04-08.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,38 @@

## Attendees

* TODO
* Eric Gregory
* Mikhail Katychev
* Victor Adossi
* Kate Goldenring
* Danny Macovei

## Notes

* TODO
* WASI p3
* target status by language / upgrading language support matrix
* migration strategy
* component book
* eric: in book do we want new subsections for p3
* victor: not every component needs p3 -- an intro to python does not need async i/o
* victor: there should be another section with interface guides for each
* kate: can we version mdbook releases? go p3 first for everything and then you select the p2 version of the book if you want
* mikhail: thats what cargo did
* kate: design principal to be able and go back and update p2 with wasi http for example
* victor: component model is not versioned in this way -- so we are versioning based on WASI. https://github.com/WebAssembly/component-model/blob/main/design/mvp/Concurrency.md
* eric: the drop down could be versioning the target
* victor: section 6.5 asyncronous behavior with how to do an async function with a stream and a future: https://github.com/bytecodealliance/component-docs/issues/208
* kate: section 6.6 does streams? can build off the previous section so we dont burry that functionality
* WASI
* victor: do we have a link to the concurrency design doc? It is well written
* kate: any other documentation that we want/should share out more broadly in wasi.dev https://github.com/WebAssembly/component-model/blob/main/design/mvp/Concurrency.md
* Add Lukes talk at Wasm.io
* WASM I/O videos are up
* https://www.youtube.com/@wasmio/videos


## Action Items

* [ ] TODO
* [ ] Do sweep for what wont work on p3
* [ ] Eric: update wasi.dev for p3
* [ ] Create section 6.5 on asynchronous behavior in p3 https://github.com/bytecodealliance/component-docs/issues/208