MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / emit

Method emit

cranelift/object/src/backend.rs:1160–1162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1158 /// Write the object bytes in memory.
1159 #[inline]
1160 pub fn emit(self) -> Result<Vec<u8>, object::write::Error> {
1161 self.object.write()
1162 }
1163}
1164
1165#[derive(Clone)]

Calls 1

writeMethod · 0.45