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

Method size

cranelift/jit/src/compiled_blob.rs:95–97  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

93 }
94
95 pub(crate) fn size(&self) -> usize {
96 self.size
97 }
98
99 #[cfg(feature = "wasmtime-unwinder")]
100 pub(crate) fn wasmtime_exception_data(&self) -> Option<&[u8]> {

Callers 3

get_finalized_dataMethod · 0.45
define_function_bytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected