61 releases (32 stable)

new 4.3.0 May 10, 2024
4.3.0-alpha.1 Apr 25, 2024
4.2.7 Mar 19, 2024
4.2.5 Dec 23, 2023
1.0.0-alpha5 Nov 6, 2020

#1273 in WebAssembly

Download history 8529/week @ 2024-01-25 8656/week @ 2024-02-01 11295/week @ 2024-02-08 8997/week @ 2024-02-15 8910/week @ 2024-02-22 8466/week @ 2024-02-29 12158/week @ 2024-03-07 10178/week @ 2024-03-14 9697/week @ 2024-03-21 8314/week @ 2024-03-28 7541/week @ 2024-04-04 9073/week @ 2024-04-11 9645/week @ 2024-04-18 7911/week @ 2024-04-25 8906/week @ 2024-05-02 5578/week @ 2024-05-09

34,008 downloads per month
Used in 21 crates (7 directly)

MIT license

270KB
5.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

~13–24MB
~404K SLoC