Expand description
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.
Re-exports§
pub use object;
Structs§
- Object
- A writable object file.
Enums§
- Object
Error - The Object error can occur when creating an object file
from a
Compilation
.
Functions§
- emit_
compilation - Emit the compilation result into an existing object.
- emit_
data - Write data into an existing object.
- emit_
serialized - Emit the compilation result into an existing object.
- get_
object_ for_ target - Create an object for a given target
Triple
.