wasi.dev icon indicating copy to clipboard operation
wasi.dev copied to clipboard

Results 10 wasi.dev issues
Sort by recently updated
recently updated
newest added

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: ![grafik](https://github.com/bytecodealliance/wasi.dev/assets/11966684/f893035d-4297-44e2-a916-8a28632b0dec) 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...