Home
last modified time | relevance | path

Searched refs:ComponentExportSection (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wizer/src/component/
H A Dparse.rs169 Payload::ComponentExportSection(reader) => { in parse_into()
H A Drewrite.rs234 exports: &mut wasm_encoder::ComponentExportSection, in parse_component_export_section() argument
H A Dinstrument.rs362 let mut extra_exports = wasm_encoder::ComponentExportSection::new(); in finish()
/wasmtime-44.0.1/crates/wizer/tests/all/
H A Dcomponent.rs605 wasmparser::Payload::ComponentExportSection(s) => Some(s), in export_is_removed()
/wasmtime-44.0.1/crates/environ/src/component/
H A Dtranslate.rs1301 Payload::ComponentExportSection(s) => { in translate_payload()