58 releases (37 stable)

new 6.0.0 Apr 24, 2025
6.0.0-beta.1 Mar 7, 2025
6.0.0-alpha.2 Feb 26, 2025
5.0.5-rc1 Jan 3, 2025
2.3.0 Jun 6, 2022

#1423 in WebAssembly

Download history 265/week @ 2025-01-01 576/week @ 2025-01-08 229/week @ 2025-01-15 347/week @ 2025-01-22 119/week @ 2025-01-29 1045/week @ 2025-02-05 513/week @ 2025-02-12 567/week @ 2025-02-19 596/week @ 2025-02-26 459/week @ 2025-03-05 338/week @ 2025-03-12 103/week @ 2025-03-19 214/week @ 2025-03-26 341/week @ 2025-04-02 230/week @ 2025-04-09 216/week @ 2025-04-16

1,026 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

~9–22MB
~307K SLoC