59 releases (38 stable)

6.0.0 Apr 24, 2025
6.0.0-beta.1 Mar 7, 2025
6.0.0-alpha.2 Feb 26, 2025
5.0.6 May 2, 2025
2.3.0 Jun 6, 2022

#1229 in WebAssembly

Download history 334/week @ 2025-01-10 249/week @ 2025-01-17 236/week @ 2025-01-24 657/week @ 2025-01-31 604/week @ 2025-02-07 660/week @ 2025-02-14 483/week @ 2025-02-21 480/week @ 2025-02-28 600/week @ 2025-03-07 144/week @ 2025-03-14 267/week @ 2025-03-21 91/week @ 2025-03-28 386/week @ 2025-04-04 274/week @ 2025-04-11 233/week @ 2025-04-18 346/week @ 2025-04-25

1,267 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–19MB
~287K SLoC