mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
aa874c5513
This reverts commit8c2b577217
, reversing changes made to9cf18e98f8
.
7 lines
195 B
Makefile
7 lines
195 B
Makefile
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
|