mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
9 lines
211 B
Makefile
9 lines
211 B
Makefile
include ../../run-make-fulldeps/tools.mk
|
|
|
|
# only-wasm32-bare
|
|
|
|
all:
|
|
$(RUSTC) foo.rs --target wasm32-unknown-unknown
|
|
$(RUSTC) bar.rs -C lto -O --target wasm32-unknown-unknown
|
|
$(NODE) foo.js $(TMPDIR)/bar.wasm
|