Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Dead link in WASI tutorial #9107

Closed
zslayton opened this issue Aug 11, 2024 · 2 comments · Fixed by #9471
Closed

Dead link in WASI tutorial #9107

zslayton opened this issue Aug 11, 2024 · 2 comments · Fixed by #9471

Comments

@zslayton
Copy link
Contributor

Hi! The WASI tutorial contains a dead link to the browser polyfill:

[WASI browser polyfill]: https://wasi.dev/polyfill/

@surban
Copy link

surban commented Oct 15, 2024

This is essential. Without the polyfill I don't see any possibility to run WebAssembly in the browser.

sunfishcode added a commit to sunfishcode/wasmtime that referenced this issue Oct 15, 2024
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
Copy link
Member

Thanks for the report! I've now filed #9471 to update Wasmtime's WASI documentation.

The old browser polyfill was very limited and hard to use, and has since been surpassed by better alternatives, in particular, Jco provides a toolchain for running Wasm programs in browsers, that includes WASI support.

github-merge-queue bot pushed a commit that referenced this issue Oct 16, 2024
* Update Wasmtime's WASI documentation.

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 #9107.

* Fix documentation link.

* Fix another doc link.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants