52 releases (stable)

new 5.0.3 Dec 7, 2024
5.0.2 Nov 25, 2024
5.0.0 Oct 29, 2024
4.4.0 Oct 4, 2024
2.3.0 Jun 6, 2022

#1077 in WebAssembly

Download history 42/week @ 2024-08-23 4/week @ 2024-08-30 105/week @ 2024-09-06 52/week @ 2024-09-13 55/week @ 2024-09-20 31/week @ 2024-09-27 154/week @ 2024-10-04 5/week @ 2024-10-11 105/week @ 2024-10-18 123/week @ 2024-10-25 117/week @ 2024-11-01 17/week @ 2024-11-08 3/week @ 2024-11-15 156/week @ 2024-11-22 30/week @ 2024-11-29 179/week @ 2024-12-06

368 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

~7–18MB
~263K SLoC