@@ -4,6 +4,9 @@ WASM3_O := $(WASM3_C:.c=.o)
run: wasm3-test .PHONY
./wasm3-test
run-ts:
deno run --allow-read main.ts
wasm3-test: main.o $(WASM3_O)
gcc -g -lm -o wasm3-test $^
The note is not visible to the blocked user.