50 releases (33 stable)

5.0.1 Nov 6, 2024
4.4.0 Oct 4, 2024
4.3.5 Jul 16, 2024
4.2.6 Mar 4, 2024
2.3.0 Jun 6, 2022

#958 in WebAssembly

Download history 45/week @ 2024-07-24 23/week @ 2024-07-31 134/week @ 2024-08-21 5/week @ 2024-08-28 95/week @ 2024-09-04 54/week @ 2024-09-11 18/week @ 2024-09-18 68/week @ 2024-09-25 155/week @ 2024-10-02 12/week @ 2024-10-09 88/week @ 2024-10-16 100/week @ 2024-10-23 55/week @ 2024-10-30 119/week @ 2024-11-06

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

~7–18MB
~259K SLoC