aa874c5513
This reverts commit 8c2b57721728233e074db69d93517614de338055, reversing changes made to 9cf18e98f82d85fa41141391d54485b8747da46f.
8 lines
195 B
Makefile
8 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
|