mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-05 14:58:03 -04:00
optimize c output
This commit is contained in:
@@ -33,6 +33,6 @@ npx http-server .. -o
|
||||
```sh
|
||||
# brew install emscripten
|
||||
cd csaw
|
||||
emcc csaw.c -o csaw
|
||||
emcc -O2 csaw.c -o csaw
|
||||
npx http-server .. -o
|
||||
```
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user