Home
last modified time | relevance | path

Searched refs:type_section (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/tests/all/
H A Dcomponent_model.rs260 let type_section = if type_definition.contains("(type ") { in make_echo_component_with_params() localVariable
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_environ.rs285 self.validator.type_section(&types)?; in translate_payload()