MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / call_indirect_host

Method call_indirect_host

pulley/src/interp.rs:2833–2835  ·  view source on GitHub ↗
(&mut self, id: u8)

Source from the content-addressed store, hash-verified

2831 }
2832
2833 fn call_indirect_host(&mut self, id: u8) -> ControlFlow<Done> {
2834 self.done_call_indirect_host(id)
2835 }
2836
2837 fn xpcadd(&mut self, dst: XReg, offset: PcRelOffset) -> ControlFlow<Done> {
2838 let pc = self.pc_rel::<crate::Xpcadd>(offset);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected