51 releases (stable)

new 5.0.2 Nov 25, 2024
5.0.0 Oct 29, 2024
4.4.0 Oct 4, 2024
4.3.5 Jul 16, 2024
2.3.0 Jun 6, 2022

#1023 in WebAssembly

Download history 68/week @ 2024-07-29 131/week @ 2024-08-19 8/week @ 2024-08-26 118/week @ 2024-09-09 44/week @ 2024-09-16 52/week @ 2024-09-23 169/week @ 2024-09-30 19/week @ 2024-10-07 119/week @ 2024-10-21 124/week @ 2024-10-28 117/week @ 2024-11-04 2/week @ 2024-11-11

362 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–20MB
~243K SLoC