58 releases (37 stable)
new 6.0.0 | Apr 24, 2025 |
---|---|
6.0.0-beta.1 | Mar 7, 2025 |
6.0.0-alpha.2 | Feb 26, 2025 |
5.0.5-rc1 | Jan 3, 2025 |
2.3.0 | Jun 6, 2022 |
#1423 in WebAssembly
1,026 downloads per month
1.5MB
28K
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
~9–22MB
~307K SLoC