basic error handling, add ts impl to compare to, stumped...

This commit is contained in:
2023-03-29 19:19:23 +02:00
parent c69d395ab5
commit 976832c6e6
3 changed files with 55 additions and 12 deletions

View File

@@ -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 $^