57 releases (36 stable)

new 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

#1195 in WebAssembly

Download history 3/week @ 2024-11-17 164/week @ 2024-11-24 110/week @ 2024-12-01 104/week @ 2024-12-08 122/week @ 2024-12-15 4/week @ 2024-12-22 79/week @ 2024-12-29 636/week @ 2025-01-05 246/week @ 2025-01-12 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 458/week @ 2025-03-02

2,157 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
~282K SLoC