55 releases (36 stable)

new 6.0.0-alpha.1 Feb 18, 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

#1170 in WebAssembly

Download history 123/week @ 2024-10-29 118/week @ 2024-11-05 1/week @ 2024-11-12 132/week @ 2024-11-19 43/week @ 2024-11-26 137/week @ 2024-12-03 71/week @ 2024-12-10 124/week @ 2024-12-17 206/week @ 2024-12-31 557/week @ 2025-01-07 292/week @ 2025-01-14 339/week @ 2025-01-21 33/week @ 2025-01-28 1119/week @ 2025-02-04 425/week @ 2025-02-11

1,981 downloads per month

MIT license

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

~6–17MB
~245K SLoC