WebAssembly / WASI

WebAssembly System Interface
Other
4.71k stars 240 forks source link

Remove the documentation about pseudo-handles. #579

Closed sunfishcode closed 5 months ago

sunfishcode commented 5 months ago

The component model now has support for resources, and WASI is now updated to use them, so we can remove the documentation section about working around the lack of resources.

Also, polling has moved from wasi-poll to wasi-io.