An open API service indexing awesome lists of open source software.

https://github.com/zig-wasm/www.zigwasm.org

https://zigwasm.org/
https://github.com/zig-wasm/www.zigwasm.org

Last synced: 5 months ago
JSON representation

https://zigwasm.org/

Awesome Lists containing this project

README

          

# www.zigwasm.org
Website for Zig and WebAssembly

### Local dev
```bash
bun install
```
```bash
bun run start
```

### Production build
```bash
bun run build
```