Home
last modified time | relevance | path

Searched refs:post_return_impl (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dfunc.rs512 self.post_return_impl(store, post_return_arg) in call_impl()
704 pub(crate) fn post_return_impl(&self, mut store: impl AsContextMut, arg: ValRaw) -> Result<()> { in post_return_impl() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Dtyped.rs471 self.func.post_return_impl(store, post_return_arg)?; in call_impl()