Crate wasmer_object_near[−][src]
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.
Enums
ObjectError | The Object error can occur when creating an object file
from a |
Functions
emit_compilation | Emit the compilation result into an existing object. |
emit_data | Write data into an existing object. |
get_object_for_target | Create an object for a given target |