| Crates.io | wasmer-compiler-cli |
| lib.rs | wasmer-compiler-cli |
| version | 6.1.0-rc.5 |
| created_at | 2022-06-06 20:25:13.08482+00 |
| updated_at | 2025-09-17 06:39:26.362376+00 |
| description | Wasmer Compiler CLI |
| homepage | https://wasmer.io/ |
| repository | https://github.com/wasmerio/wasmer |
| max_upload_size | |
| id | 600978 |
| size | 98,955 |
wasmer-cli-compilerThis crate is the Wasmer Compiler only CLI.
The Compiler only Wasmer supports the following features:
wasi (default): support for WASI.singlepass: support for the Singlepass compiler.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