44 releases (28 stable)

4.3.5 Jul 16, 2024
4.3.2 Jun 11, 2024
4.2.6 Mar 4, 2024
4.2.5 Dec 23, 2023
2.3.0 Jun 6, 2022

#1194 in WebAssembly

Download history 12/week @ 2024-04-01 126/week @ 2024-04-08 581/week @ 2024-04-22 4/week @ 2024-04-29 208/week @ 2024-05-06 8/week @ 2024-05-13 122/week @ 2024-05-20 96/week @ 2024-06-10 134/week @ 2024-07-01 152/week @ 2024-07-08 108/week @ 2024-07-15

394 downloads per month

MIT license

1MB
21K 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

~13–26MB
~460K SLoC