Files
wasmer/lib/object
Arshia Ghafoori a180dade7f Release 4.2.8
2024-04-05 18:45:47 +03:30
..
2024-04-05 18:45:47 +03:30

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.