Module wasmer_compiler::object

source ·
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;

Modules§

Structs§

  • A writable relocatable object file.

Enums§

  • The Object error can occur when creating an object file from a Compilation.

Functions§