Files
wasmer/lib/cli-compiler/README.md
Christoph Herzog 7d801491ed chore: Remove wasi-experimental-io-devices
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.
2024-02-28 13:56:37 +01:00

1.2 KiB

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