mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
251 B
251 B
These are used in tests in the parent directory.
To keep the generated wasm small, use wasm-opt
and wasm-strip
from wabt-tools (can be installed via wapm). Addtionally, consider passing the -C opt-level=z
flag to rustc
to optimize for size.