Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ id
Method
id
crates/wasmtime/src/runtime/module.rs:1108–1110 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1106
}
1107
1108
pub(crate) fn id(&self) -> CompiledModuleId {
1109
self.inner.module.unique_id()
1110
}
1111
1112
pub(crate) fn offsets(&self) -> &VMOffsets<HostPtr> {
1113
&self.inner.offsets
Callers
2
get_export_index
Method · 0.45
debug_index_in_engine
Method · 0.45
Calls
1
unique_id
Method · 0.45
Tested by
no test coverage detected