add c info to readme

This commit is contained in:
Felix Roos
2024-01-10 21:45:21 +01:00
parent 9fd86458e6
commit cb59d632a8
+11
View File
@@ -25,3 +25,14 @@ cd rustsaw
wasm-pack build --target bundler
npx http-server .. -o
```
## c
<https://emscripten.org/docs/getting_started/Tutorial.html>
```sh
# brew install emscripten
cd csaw
emcc csaw.c -o csaw
npx http-server .. -o
```