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

Method push_module_section

crates/wizer/src/component/info.rs:80–82  ·  view source on GitHub ↗
(&mut self, module: ModuleContext<'a>)

Source from the content-addressed store, hash-verified

78 }
79
80 pub(crate) fn push_module_section(&mut self, module: ModuleContext<'a>) {
81 self.sections.push(RawSection::Module(module));
82 }
83
84 pub(crate) fn core_modules(&self) -> impl Iterator<Item = (u32, &ModuleContext<'a>)> + '_ {
85 let mut i = 0;

Callers 1

parse_intoFunction · 0.80

Calls 2

ModuleClass · 0.50
pushMethod · 0.45

Tested by

no test coverage detected