mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-05 20:28:23 +00:00
840 B
840 B
wasmer-object

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.