MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / push_raw_section

Method push_raw_section

crates/wizer/src/component/info.rs:76–78  ·  view source on GitHub ↗
(&mut self, section: wasm_encoder::RawSection<'a>)

Source from the content-addressed store, hash-verified

74
75impl<'a> ComponentContext<'a> {
76 pub(crate) fn push_raw_section(&mut self, section: wasm_encoder::RawSection<'a>) {
77 self.sections.push(RawSection::Raw(section));
78 }
79
80 pub(crate) fn push_module_section(&mut self, module: ModuleContext<'a>) {
81 self.sections.push(RawSection::Module(module));

Callers 1

parse_intoFunction · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected