https://github.com/zigtools/playground
A WASM powered in-browser playground for Zig
https://github.com/zigtools/playground
Last synced: about 1 month ago
JSON representation
A WASM powered in-browser playground for Zig
- Host: GitHub
- URL: https://github.com/zigtools/playground
- Owner: zigtools
- License: mit
- Created: 2023-04-03T01:08:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T00:27:44.000Z (7 months ago)
- Last Synced: 2025-09-05T12:52:06.882Z (7 months ago)
- Language: TypeScript
- Homepage: http://playground.zigtools.org/
- Size: 15.1 MB
- Stars: 65
- Watchers: 10
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zigtools Playground
Run and explore Zig in your browser, with compiler and LSP support built in.
## Installation
You can either:
- Use it online: https://playground.zigtools.org/
- Run it locally:
Requires Zig `0.15.2`. Will automatically fetch Zig along with ZLS, compiling both for webassembly.
```bash
zig build -Drelease
npm install
npm run dev
```
Enjoy!