Run and explore Zig in your browser, with compiler and LSP support built in.
You can either:
- Use it online: https://playground.zigtools.org/
- Run it locally:
Requires Zig 0.15.1
. Will automatically fetch Zig along with ZLS, compiling both for webassembly.
zig build
npm install
npm run dev
Enjoy!