54 releases (stable)

5.0.5-rc1 Jan 3, 2025
5.0.4 Dec 17, 2024
5.0.2 Nov 25, 2024
4.4.0 Oct 4, 2024
2.3.0 Jun 6, 2022

#1236 in WebAssembly

Download history 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 4/week @ 2024-11-18 168/week @ 2024-11-25 133/week @ 2024-12-02 78/week @ 2024-12-09 124/week @ 2024-12-16 91/week @ 2024-12-30 623/week @ 2025-01-06

840 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
~244K SLoC