Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ drop
Method
drop
crates/wasmtime/src/runtime/func.rs:1634–1636 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
1632
impl Drop for EntryStoreContext {
1633
#[inline]
1634
fn drop(&mut self) {
1635
self.exit_wasm();
1636
}
1637
}
1638
1639
/// A trait implemented for types which can be returned from closures passed to
Callers
nothing calls this directly
Calls
1
exit_wasm
Method · 0.80
Tested by
no test coverage detected