summaryrefslogtreecommitdiffstats
path: root/tests/run-make/wasm-spurious-import/Makefile
blob: ff9dfeac6d00c2d90e5c5fd7b02258695b209357 (plain)
1
2
3
4
5
6
7
include ../tools.mk

# only-wasm32-bare

all:
	$(RUSTC) main.rs -C overflow-checks=yes -C panic=abort -C lto -C opt-level=z --target wasm32-unknown-unknown
	$(NODE) verify.js $(TMPDIR)/main.wasm