Struct wasmtime_obj::ObjectBuilder [−][src]
pub struct ObjectBuilder<'a> { /* fields omitted */ }Implementations
impl<'a> ObjectBuilder<'a>[src]
impl<'a> ObjectBuilder<'a>[src]pub fn new(
target: ObjectBuilderTarget,
module: &'a Module,
compilation: &'a CompiledFunctions
) -> Self[src]
target: ObjectBuilderTarget,
module: &'a Module,
compilation: &'a CompiledFunctions
) -> Self
pub fn set_code_alignment(&mut self, code_alignment: u64) -> &mut Self[src]
pub fn set_trampolines(
&mut self,
trampolines: PrimaryMap<SignatureIndex, CompiledFunction>
) -> &mut Self[src]
&mut self,
trampolines: PrimaryMap<SignatureIndex, CompiledFunction>
) -> &mut Self
pub fn set_dwarf_sections(
&mut self,
dwarf_sections: Vec<DwarfSection>
) -> &mut Self[src]
&mut self,
dwarf_sections: Vec<DwarfSection>
) -> &mut Self