Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 15 days 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
$ mv zig-out/bin/zf.wasm .
```

## Run

Use a simple webserver like the one bundled with python

```
$ python -m http.server
```