Skip to content

zigtools/playground

Repository files navigation

Zigtools Playground

Run and explore Zig in your browser, with compiler and LSP support built in.

Installation

You can either:

Requires Zig 0.15.1. Will automatically fetch Zig along with ZLS, compiling both for webassembly.

zig build
npm install
npm run dev

Enjoy!