mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
11 lines
840 B
Markdown
11 lines
840 B
Markdown
# `wasmer-object` [](https://github.com/wasmerio/wasmer/actions?query=workflow%3Abuild) [](https://slack.wasmer.io) [](https://github.com/wasmerio/wasmer/blob/master/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](https://github.com/gimli-rs/object).
|