Home
last modified time | relevance | path

Searched refs:proc_raise (Results 1 – 12 of 12) sorted by relevance

/wasmtime-44.0.1/crates/wasi-common/
H A DREADME.md35 with the exception of the `proc_raise` hostcall, as it is expected to
/wasmtime-44.0.1/crates/wiggle/tests/
H A Dwasi.rs392 fn proc_raise(&mut self, _memory: &mut GuestMemory<'_>, _sig: types::Signal) -> Result<()> { in proc_raise() method
H A Dwasi.witx449 (@interface func (export "proc_raise")
/wasmtime-44.0.1/crates/wasi/src/
H A Dp0.rs560 fn proc_raise( in proc_raise() method
565 Snapshot1::proc_raise(self, memory, sig.into())?; in proc_raise()
H A Dp1.rs2628 fn proc_raise( in proc_raise() method
/wasmtime-44.0.1/crates/wasi-common/src/snapshots/
H A Dpreview_0.rs1011 async fn proc_raise( in proc_raise() method
H A Dpreview_1.rs1145 async fn proc_raise( in proc_raise() method
/wasmtime-44.0.1/crates/wasi/witx/p1/
H A Dwasi_snapshot_preview1.witx451 (@interface func (export "proc_raise")
/wasmtime-44.0.1/crates/wasi/witx/p0/
H A Dwasi_unstable.witx454 (@interface func (export "proc_raise")
/wasmtime-44.0.1/crates/wasi-common/witx/preview1/
H A Dwasi_snapshot_preview1.witx451 (@interface func (export "proc_raise")
/wasmtime-44.0.1/crates/wasi-common/witx/preview0/
H A Dwasi_unstable.witx454 (@interface func (export "proc_raise")
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/
H A Dlib.rs2342 pub unsafe extern "C" fn proc_raise(_sig: Signal) -> Errno { in proc_raise() function