Home
last modified time | relevance | path

Searched refs:host_task_create (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent_disabled.rs178 pub(crate) fn host_task_create(&mut self) -> Result<()> { in host_task_create() method
H A Dconcurrent.rs1549 pub(crate) fn host_task_create(&mut self) -> Result<Option<TableId<HostTask>>> { in host_task_create() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Dhost.rs381 let host_task = store.0.host_task_create()?; in entrypoint()