wasmer-compiler-cli

Crates.iowasmer-compiler-cli
lib.rswasmer-compiler-cli
version5.0.1
sourcesrc
created_at2022-06-06 20:25:13.08482
updated_at2024-11-06 11:21:11.105955
descriptionWasmer Compiler CLI
homepagehttps://wasmer.io/
repositoryhttps://github.com/wasmerio/wasmer
max_upload_size
id600978
size89,415
Wasmer Core (github:wasmerio:wasmer-core)

documentation

README

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
Commit count: 17039

cargo fmt