summary refs log tree commit diff
path: root/src/test/run-make/wasm-custom-section/Makefile
blob: 7c64dc58bf791a7561ff5fe2e1da263a0b67f2d5 (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