/playground

A WASM powered in-browser playground for Zig

Primary LanguageTypeScriptMIT LicenseMIT

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!