Browse Source

make: add smoketest for wasm-unknown target

Signed-off-by: deadprogram <ron@hybridgroup.com>
pull/4020/head
deadprogram 9 months ago
committed by Ron Evans
parent
commit
e9ca41735a
  1. 1
      GNUmakefile

1
GNUmakefile

@ -773,6 +773,7 @@ endif
ifneq ($(WASM), 0)
$(TINYGO) build -size short -o wasm.wasm -target=wasm examples/wasm/export
$(TINYGO) build -size short -o wasm.wasm -target=wasm examples/wasm/main
$(TINYGO) build -size short -o wasm.wasm -target=wasm-unknown -gc=leaking -no-debug examples/hello-wasm-unknown
endif
# test various compiler flags
$(TINYGO) build -size short -o test.hex -target=pca10040 -gc=none -scheduler=none examples/blinky1

Loading…
Cancel
Save