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

https://github.com/peterhellberg/w4-desordres


https://github.com/peterhellberg/w4-desordres

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# w4-desordres :zap:

Using [Zig](https://ziglang.org/) to compile a `.wasm` cart
for use in [WASM-4](https://wasm4.org/)

## Development

File watcher can be started by calling:
```sh
zig build spy
```

Or by using reflex:
```sh
reflex -R .zig-cache zig build
```

Running the cart in WASM-4:
```sh
zig build run
```

Deploy:
```
make Deploy
```