mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-05 06:57:35 -04:00
add c info to readme
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user