Files
wasmer/lib/cli-compiler
Arshia Ghafoori a180dade7f Release 4.2.8
2024-04-05 18:45:47 +03:30
..
2024-04-05 18:45:47 +03:30

wasmer-cli-compiler Build Status Join Wasmer Slack MIT License

This crate is the Wasmer Compiler only CLI.

Features

The Compiler only Wasmer supports the following features:

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