mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 14:23:24 +00:00
9 lines
190 B
Makefile
9 lines
190 B
Makefile
include ../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
|