Home
last modified time | relevance | path

Searched refs:error_context_new (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Dcomponent.rs177error_context_new(vmctx: vmctx, caller_instance: u32, ty: u32, options: u32, debug_msg_address: u3…
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dlibcalls.rs1262 fn error_context_new( in error_context_new() function
1271 instance.error_context_new( in error_context_new()
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs575 host::error_context_new, in translate()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs4142 pub(crate) fn error_context_new( in error_context_new() method