57 releases (36 stable)

6.0.0-beta.1 Mar 7, 2025
5.0.5-rc1 Jan 3, 2025
5.0.4 Dec 17, 2024
5.0.2 Nov 25, 2024
2.3.0 Jun 6, 2022

#1307 in WebAssembly

Download history 121/week @ 2024-12-14 10/week @ 2024-12-21 46/week @ 2024-12-28 639/week @ 2025-01-04 275/week @ 2025-01-11 297/week @ 2025-01-18 169/week @ 2025-01-25 828/week @ 2025-02-01 559/week @ 2025-02-08 566/week @ 2025-02-15 537/week @ 2025-02-22 494/week @ 2025-03-01 538/week @ 2025-03-08 132/week @ 2025-03-15 260/week @ 2025-03-22 54/week @ 2025-03-29

1,084 downloads per month

MIT license

1MB
27K 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

~8–19MB
~277K SLoC