37 releases (22 stable)

new 4.3.0-alpha.1 Apr 25, 2024
4.2.6 Mar 4, 2024
4.2.5 Dec 23, 2023
4.2.3 Oct 27, 2023
2.3.0 Jun 6, 2022

#1189 in WebAssembly

Download history 3/week @ 2024-02-22 138/week @ 2024-02-29 28/week @ 2024-03-07 10/week @ 2024-03-14 9/week @ 2024-03-28 110/week @ 2024-04-04 19/week @ 2024-04-11

138 downloads per month

MIT license

1MB
20K SLoC

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

Dependencies

~6–19MB
~241K SLoC