From 07fbf865fe5f4a8f6f352c5419bbccccc99eb336 Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Sun, 19 Jul 2026 20:14:13 +0500 Subject: js init --- script/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 script/Makefile (limited to 'script/Makefile') diff --git a/script/Makefile b/script/Makefile new file mode 100644 index 0000000..2e24e90 --- /dev/null +++ b/script/Makefile @@ -0,0 +1,2 @@ +all: + emcc entry.c -sEXPORTED_FUNCTIONS="_entry,_allocate,_deallocate" -o ../mod.wasm --no-entry -- cgit v1.3