39 releases (23 stable)

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

#1026 in WebAssembly

Download history 3/week @ 2024-02-23 145/week @ 2024-03-01 22/week @ 2024-03-08 9/week @ 2024-03-15 12/week @ 2024-03-29 112/week @ 2024-04-05 14/week @ 2024-04-12 494/week @ 2024-04-19 90/week @ 2024-04-26 54/week @ 2024-05-03

657 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

~14–28MB
~478K SLoC