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

https://github.com/natecraddock/zf-wasm-playground

a simple web playground to demo zf
https://github.com/natecraddock/zf-wasm-playground

fuzzy-search wasm zig

Last synced: 11 months ago
JSON representation

a simple web playground to demo zf

Awesome Lists containing this project

README

          

# zf wasm playground

See it live: https://nathancraddock.com/zf-playground/

## Build

```
$ zig build
```

## Run

Use a simple webserver like the one bundled with python

```
$ python -m http.server -d zig-out/web
```