mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
.. | ||
exports.rs | ||
exports.wasm | ||
extended_wasi.rs | ||
extended_wasi.wasm | ||
hello_wasm.wasm | ||
inc.wasm | ||
inc.wast | ||
README.md | ||
return_hello.rs | ||
return_hello.wasm | ||
sum.wasm | ||
wasm_sample_app.wasm |
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.