Home
last modified time | relevance | path

Searched refs:task_return (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/tests/all/
H A Dpulley_provenance_test_async_component.wat10 (core func $task_return (canon task.return))
20 (import "" "task.return" (func $task_return))
44 (call $task_return)
75 (call $task_return))
81 (call $task_return)
88 (export "task.return" (func $task_return))
/wasmtime-44.0.1/crates/environ/src/
H A Dcomponent.rs106task_return(vmctx: vmctx, caller_instance: u32, ty: u32, options: u32, storage: ptr_u8, storage_le…
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dlibcalls.rs711 unsafe fn task_return( in task_return() function
720 instance.task_return( in task_return()
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs222 host::task_return, in translate()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs2917 pub(crate) fn task_return( in task_return() method