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

Method params

crates/debugger/src/host/api.rs:722–730  ·  view source on GitHub ↗
(
        &mut self,
        self_: Resource<Func>,
        d: Resource<Debuggee>,
    )

Source from the content-addressed store, hash-verified

720
721impl wit::HostWasmFunc for ResourceTable {
722 async fn params(
723 &mut self,
724 self_: Resource<Func>,
725 d: Resource<Debuggee>,
726 ) -> Result<Vec<wit::WasmType>> {
727 let func = *self.get(&self_)?;
728 let d = debugger(self, &d)?;
729 d.func_params(func).await
730 }
731
732 async fn results(
733 &mut self,

Callers 2

func_paramsMethod · 0.45
tag_paramsMethod · 0.45

Calls 4

debuggerFunction · 0.85
func_paramsMethod · 0.80
getMethod · 0.45
tag_paramsMethod · 0.45

Tested by

no test coverage detected