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

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

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!