Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/fuzzing/wasm-spec-interpreter/ocaml/
H A Dinterpret.ml59 let m_isa = Ast_convert.convert_module (module_.it) in
90 let m_isa = Ast_convert.convert_module (module_.it) in
/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes_builder.rs278 ComponentEntityType::Module(id) => TypeDef::Module(self.convert_module(types, id)?), in convert_component_entity_type()
379 pub(crate) fn convert_module( in convert_module() method
H A Ddfg.rs802 ty: wasmtime_types.convert_module(wasmparser_types, *ty)?, in export()