Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ VMStoreRawPtr
Class
VMStoreRawPtr
crates/wasmtime/src/runtime/vm.rs:278–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
#[derive(Copy, Clone)]
277
#[repr(transparent)]
278
struct VMStoreRawPtr(pub NonNull<dyn VMStore>);
279
280
// SAFETY: this is the purpose of `VMStoreRawPtr`, see docs above about safe
281
// usage.
Callers
2
set_store
Method · 0.85
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected