Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update Wasmtime's WASI documentation. #9471

Merged
merged 3 commits into from
Oct 16, 2024

Conversation

sunfishcode
Copy link
Member

Replace most of Wasmtime's original WASI documentation with links to other resources that are now available.

This documentation was written when WASI was first released, and while many of the big ideas are still present in WASI, many of the details have changed. For example, Jco is now a much better way to run WASI programs in Browsers than the original Web polyfill, and WASI is now goverened by the WASI Subgroup rather than by Wasmtime itself, and so on.

Fixes #9107.

Replace most of Wasmtime's original WASI documentation with links to
other resources that are now available.

This documentation was written when WASI was first released, and while
many of the big ideas are still present in WASI, many of the details have
changed. For example, [Jco] is now a much better way to run WASI programs
in Browsers than the original Web polyfill, and WASI is now goverened by
the WASI Subgroup rather than by Wasmtime itself, and so on.

[Jco]: https://github.com/bytecodealliance/jco

Fixes bytecodealliance#9107.
@sunfishcode sunfishcode requested a review from a team as a code owner October 15, 2024 23:10
@sunfishcode sunfishcode requested review from cfallin and removed request for a team October 15, 2024 23:10
Copy link
Member

@cfallin cfallin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@alexcrichton alexcrichton added this pull request to the merge queue Oct 16, 2024
Merged via the queue into bytecodealliance:main with commit 3f2febf Oct 16, 2024
39 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dead link in WASI tutorial
4 participants