mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-02 23:49:28 +00:00
This library was an experiment to provide a simple framebuffer API. It does not currently compile, and has not done so for over a year. Removing it reflects the fact that this will not be maintained or updated in the future.
1.2 KiB
1.2 KiB
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.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