72 releases (42 stable)

5.0.1 Nov 6, 2024
4.4.0 Oct 4, 2024
4.3.5 Jul 16, 2024
4.2.7 Mar 19, 2024
1.0.0-alpha5 Nov 6, 2020

#1455 in WebAssembly

Download history 3252/week @ 2024-09-09 3069/week @ 2024-09-16 3864/week @ 2024-09-23 3408/week @ 2024-09-30 3172/week @ 2024-10-07 3639/week @ 2024-10-14 2977/week @ 2024-10-21 3501/week @ 2024-10-28 3131/week @ 2024-11-04 2275/week @ 2024-11-11 2655/week @ 2024-11-18 2560/week @ 2024-11-25 4555/week @ 2024-12-02 4785/week @ 2024-12-09 4846/week @ 2024-12-16 2789/week @ 2024-12-23

17,157 downloads per month
Used in 20 crates (6 directly)

MIT license

225KB
5K SLoC

wasmer-object Build Status Join Wasmer Slack MIT License

The Wasmer Native Object crate aims at cross-generating native objects for various platforms.

Given a compilation result, i.e. the result of wasmer_compiler::Compiler::compile_module, this crate exposes functions to create an Object file for a given target. It is a useful thin layer on top of the object crate.


lib.rs:

Object creator for Wasm Compilations.

Given a compilation result (this is, the result when calling Compiler::compile_module) this exposes functions to create an Object file for a given target.

Dependencies

~6.5MB
~129K SLoC