Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dhostcall.rs28 ComponentLowerImport, enumerator
43 HostCall::ComponentLowerImport => 1 + BuiltinFunctionIndex::len(), in index()
58 _ if index == 1 + BuiltinFunctionIndex::len() => Self::ComponentLowerImport, in from_index()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dinterpreter.rs396 if id == const { HostCall::ComponentLowerImport.index() } { in call_indirect_host()
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs1009 HostCall::ComponentLowerImport, in translate_hostcall()