51 releases (stable)
new 5.0.2 | Nov 25, 2024 |
---|---|
5.0.0 | Oct 29, 2024 |
4.4.0 | Oct 4, 2024 |
4.3.5 | Jul 16, 2024 |
2.3.0 | Jun 6, 2022 |
#1023 in WebAssembly
362 downloads per month
1MB
21K
SLoC
wasmer-cli-compiler
This crate is the Wasmer Compiler only CLI.
Features
The Compiler only Wasmer supports the following features:
wasi
(default): support for WASI.singlepass
: support for the Singlepass compiler.
CLI commands
Once you have Wasmer installed, you can start executing WebAssembly files easily:
Get the current Wasmer version:
wasmer-compiler -V
Compile a WebAssembly file:
wasmer-compiler compile myfile.wasm -o myfile.wasmu --singlepass
Dependencies
~6–20MB
~243K SLoC