Patched cinny

This commit is contained in:
2026-05-13 00:55:35 +02:00
commit 702160dd17
833 changed files with 95325 additions and 0 deletions

12
contrib/nginx/README.md Normal file
View File

@@ -0,0 +1,12 @@
# nginx configuration
## Insert wasm type into nginx mime.types file so they load correctly.
`/etc/nginx/mime.types`:
```
types {
..
application/wasm wasm;
..
}
```