summary refs log tree commit diff
path: root/src/test/run-make/wasm-import-module/Makefile
blob: 255d8f1ef0e63f3bd6b76da6b96a8afa46be1585 (plain)
1
2
3
4
5
6
7
8
-include ../../run-make-fulldeps/tools.mk

 # only-wasm32

all:
	$(RUSTC) foo.rs --target wasm32-unknown-unknown
	$(RUSTC) bar.rs -C lto -O --target wasm32-unknown-unknown
	$(NODE) foo.js $(TMPDIR)/bar.wasm