Ecosyste.ms: Awesome
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: 15 days ago
JSON representation
a simple web playground to demo zf
- Host: GitHub
- URL: https://github.com/natecraddock/zf-wasm-playground
- Owner: natecraddock
- Created: 2024-02-08T16:40:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-11T02:17:21.000Z (11 months ago)
- Last Synced: 2024-10-26T09:12:24.798Z (about 2 months ago)
- Topics: fuzzy-search, wasm, zig
- Language: HTML
- Homepage: https://nathancraddock.com/zf-playground/
- Size: 94.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```