Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ drop
Function
drop
benches/call.rs:491–493 ·
view source on GitHub ↗
(ptr: *const ())
Source
from the content-addressed store, hash-verified
489
}
490
491
unsafe fn drop(ptr: *const ()) {
492
assert_eq!(ptr as usize, 5);
493
}
494
}
495
496
#[cfg(feature =
"component-model"
)]
Callers
15
bench_calls
Function · 0.70
serve_maybe_debug
Method · 0.50
drop
Method · 0.50
increment
Method · 0.50
test_successful_compile
Function · 0.50
test_x64_flags_compile
Function · 0.50
test_aarch64_flags_compile
Function · 0.50
test_unsupported_flags_compile
Function · 0.50
test_x64_presets_compile
Function · 0.50
rust_panic_import
Function · 0.50
rust_catch_panic_import
Function · 0.50
rust_panic_start_function
Function · 0.50
Calls
no outgoing calls
Tested by
15
test_successful_compile
Function · 0.40
test_x64_flags_compile
Function · 0.40
test_aarch64_flags_compile
Function · 0.40
test_unsupported_flags_compile
Function · 0.40
test_x64_presets_compile
Function · 0.40
rust_panic_import
Function · 0.40
rust_catch_panic_import
Function · 0.40
rust_panic_start_function
Function · 0.40
present_after_module_drop
Function · 0.40
dtor_runs
Function · 0.40
drop_func
Function · 0.40
test_custom_memory_limiter
Function · 0.40