Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wizer/src/component/
H A Dinfo.rs76 pub(crate) fn push_raw_section(&mut self, section: wasm_encoder::RawSection<'a>) { in push_raw_section() method
H A Dparse.rs55 component.push_raw_section(wasm_encoder::RawSection { in parse_into()