diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-07-12 16:13:16 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-07-12 16:13:16 +0200 |
| commit | 4ea5261f32ec8acd4cdad7c364f57e6ebc86866a (patch) | |
| tree | 4902a807134e971dc0601083b7f110f527cf429a /build.sh | |
checkpoint
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..79d0e2c --- /dev/null +++ b/build.sh @@ -0,0 +1,10 @@ +#!/bin/sh +printf 'graphics.c\n' +clang \ + --target=wasm32 \ + -O2 \ + -nostdlib \ + -Wl,--no-entry \ + -Wl,--export-all \ + -o graphics.wasm \ + graphics.c |
