Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ drop
Method
drop
crates/wasmtime/src/runtime/code.rs:266–268 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
264
265
impl Drop for EngineCode {
266
fn drop(&mut self) {
267
crate::module::unregister_code(self.original_code.raw_addr_range());
268
}
269
}
270
271
pub enum Types {
Callers
nothing calls this directly
Calls
2
unregister_code
Function · 0.85
raw_addr_range
Method · 0.80
Tested by
no test coverage detected