wasi.dev
wasi.dev copied to clipboard
Should we have a list of all the proposals that are under development (phase 1 and 2) as a call out to what is coming soon and way to direct...
IMHO the best would be to just click on the wheel in the “About” section of your repository and add the following website link:  Otherwise you see no (back)link...
Can we add a section to the site/book about [capability based security](https://github.com/WebAssembly/WASI?tab=readme-ov-file#capability-based-security). This could also reply to the common question "is WASI another POSIX?"
v0.2.1 releases soon. We should update the interfaces page to have tabs by version release with the added interfaces. It mainly will contain `@since` tags to WIT
When running a docusaurus build, it finds a bunch of broken links on main ``` Error: Unable to build website for locale en. at tryToBuildLocale (/private/tmp/wasi.dev/node_modules/@docusaurus/core/lib/commands/build.js:55:19) at async mapAsyncSequential (/private/tmp/wasi.dev/node_modules/@docusaurus/utils/lib/jsUtils.js:44:24)...
We have added wasip1 support and we're working on finishing it: https://github.com/dylibso/chicory/tree/main/wasi We have wasip2 on the roadmap as well.
https://github.com/dylibso/wasi-observe redirects to https://github.com/WebAssembly/wasi-observe
SIG-Documentation would like enable site analytics and usage tracking for wasi.dev using the Bytecode Alliance's existing Plausible.io account (which we use today for bytecodealliance.org). To do that we need to...
Add a new "Languages" page that includes a language support chart for components (sourced from Yosh's great document [here](https://github.com/yoshuawuyts/awesome-wasm-components/blob/main/README.md)) as well as a list of bindings generators.
An enhancement to wasi.dev would be to have a matrix of support for WASI releases for each language ecosystem. A great example is @yoshuawuyts's [Programming Language Support](https://github.com/yoshuawuyts/awesome-wasm-components?tab=readme-ov-file#programming-language-support) table from his...