60 releases (39 stable)

new 6.0.1 May 9, 2025
6.0.0-beta.1 Mar 7, 2025
5.0.6 May 2, 2025
5.0.5-rc1 Jan 3, 2025
2.3.0 Jun 6, 2022

#1645 in WebAssembly

Download history 296/week @ 2025-01-19 169/week @ 2025-01-26 1090/week @ 2025-02-02 311/week @ 2025-02-09 565/week @ 2025-02-16 561/week @ 2025-02-23 486/week @ 2025-03-02 510/week @ 2025-03-09 181/week @ 2025-03-16 210/week @ 2025-03-23 74/week @ 2025-03-30 401/week @ 2025-04-06 289/week @ 2025-04-13 356/week @ 2025-04-20 325/week @ 2025-04-27 112/week @ 2025-05-04

1,082 downloads per month

MIT license

1.5MB
28K 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

~10–22MB
~320K SLoC