https://github.com/bytecodealliance/wasi.dev
WASI.dev is an introduction to the WebAssembly System Interface (WASI).
https://github.com/bytecodealliance/wasi.dev
Last synced: 7 months ago
JSON representation
WASI.dev is an introduction to the WebAssembly System Interface (WASI).
- Host: GitHub
- URL: https://github.com/bytecodealliance/wasi.dev
- Owner: bytecodealliance
- License: apache-2.0
- Created: 2019-03-26T01:41:16.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T20:44:19.000Z (9 months ago)
- Last Synced: 2025-07-12T00:44:56.191Z (7 months ago)
- Language: JavaScript
- Homepage: https://wasi.dev
- Size: 375 KB
- Stars: 259
- Watchers: 12
- Forks: 34
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WASI.dev
WASI.dev is an introduction to [the WebAssembly System Interface (WASI)](https://github.com/WebAssembly/WASI/tree/main) for users of all backgrounds and levels of experience with WebAssembly. The site is under active development by volunteers coordinated through the Bytecode Alliance's Special Interest Group for Documentation.
### Local development
This website is built using [Docusaurus](https://docusaurus.io/). After forking this repository, you can build and start a development server with `npm install` and `npm start`. Most changes are reflected live without having to restart the server. Open a PR to the `main` branch of the `bytecodealliance/wasi.dev` repo to contribute.
### Get involved
If you're interested in getting involved, you can find us on the SIG Documentation channel of the [Bytecode Alliance's Zulip server](https://bytecodealliance.zulipchat.com/), or [contribute on the WASI.dev GitHub repo](https://github.com/bytecodealliance/wasi.dev).