60 releases (39 stable)

6.0.1 May 9, 2025
6.0.0-beta.1 Mar 7, 2025
5.0.6 May 2, 2025
5.0.5-rc1 Jan 3, 2025
2.3.0 Jun 6, 2022

#1219 in WebAssembly

Download history 120/week @ 2025-01-27 1091/week @ 2025-02-03 321/week @ 2025-02-10 558/week @ 2025-02-17 562/week @ 2025-02-24 489/week @ 2025-03-03 504/week @ 2025-03-10 179/week @ 2025-03-17 210/week @ 2025-03-24 75/week @ 2025-03-31 400/week @ 2025-04-07 290/week @ 2025-04-14 374/week @ 2025-04-21 319/week @ 2025-04-28 179/week @ 2025-05-05 187/week @ 2025-05-12

1,061 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–20MB
~301K SLoC

OSZAR »