wasmer-compiler-cli

Crates.iowasmer-compiler-cli
lib.rswasmer-compiler-cli
version6.0.0-beta.1
sourcesrc
created_at2022-06-06 20:25:13.08482+00
updated_at2025-03-07 11:23:38.061815+00
descriptionWasmer Compiler CLI
homepagehttps://wasmer.io/
repositoryhttps://github.com/wasmerio/wasmer
max_upload_size
id600978
size95,528
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