From 4ea5261f32ec8acd4cdad7c364f57e6ebc86866a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 12 Jul 2025 16:13:16 +0200 Subject: checkpoint --- build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 build.sh (limited to 'build.sh') 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 -- cgit v1.2.3-70-g09d2