Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ f
Method
f
crates/component-macro/tests/expanded/dead-code.rs:217–219 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
215
}
216
impl<_T: Host + ?Sized> Host for &mut _T {
217
fn f(&mut self) -> LiveType {
218
Host::f(*self)
219
}
220
}
221
pub fn add_to_linker_instance<T, D>(
222
inst: &mut wasmtime::component::LinkerInstance<'_, T>,
Callers
1
foo
Function · 0.45
Calls
1
f
Function · 0.50
Tested by
no test coverage detected