From 95ef1315c6fea2de25ee4bef9f858d3cd471e46f Mon Sep 17 00:00:00 2001 From: Physcik Date: Tue, 16 Dec 2025 17:25:58 +0500 Subject: Wasm -> go --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f14348..496a2f2 100644 --- a/Makefile +++ b/Makefile @@ -2,5 +2,4 @@ all: build_wasm cd inter; go run . build_wasm: - emcc hello.c -sEXPORTED_FUNCTIONS="_Add" -o hello.wasm --no-entry - + emcc c_wasm/hello.c -sEXPORTED_FUNCTIONS="_Add" -s ERROR_ON_UNDEFINED_SYMBOLS=0 -o hello.wasm --no-entry -- cgit v1.3