64 releases (40 stable)

6.1.0 Oct 8, 2025
6.1.0-rc.3 Aug 20, 2025
6.1.0-rc.2 Jul 17, 2025
6.0.0-beta.1 Mar 7, 2025
2.3.0 Jun 6, 2022

#2068 in WebAssembly

Download history 222/week @ 2025-09-17 52/week @ 2025-09-24 30/week @ 2025-10-01 201/week @ 2025-10-08 113/week @ 2025-10-15 74/week @ 2025-10-22 26/week @ 2025-10-29 48/week @ 2025-11-19 39/week @ 2025-11-26 62/week @ 2025-12-17 62/week @ 2025-12-24 16/week @ 2025-12-31

140 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–25MB
~325K SLoC