mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
- Store::new() now takes an impl Into<Engine>. - Added Into<Engine> impls in each of the compilers - Updated docs/migration_to_3.0.0.md on API usage
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.experimental-io-devices: support for experimental IO devices in WASI.emscripten(default): support for Emscripten.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