Crates.io | wasmer-compiler-cli |
lib.rs | wasmer-compiler-cli |
version | 5.0.1 |
source | src |
created_at | 2022-06-06 20:25:13.08482 |
updated_at | 2024-11-06 11:21:11.105955 |
description | Wasmer Compiler CLI |
homepage | https://wasmer.io/ |
repository | https://github.com/wasmerio/wasmer |
max_upload_size | |
id | 600978 |
size | 89,415 |
wasmer-cli-compiler
This crate is the Wasmer Compiler only CLI.
The Compiler only Wasmer supports the following features:
wasi
(default): support for WASI.singlepass
: support for the Singlepass compiler.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