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

Method push_export

crates/wizer/src/info.rs:138–140  ·  view source on GitHub ↗

Push an export into this module.

(&mut self, export: wasmparser::Export<'a>)

Source from the content-addressed store, hash-verified

136
137 /// Push an export into this module.
138 pub(crate) fn push_export(&mut self, export: wasmparser::Export<'a>) {
139 self.exports.push(export);
140 }
141
142 /// The number of defined memories in this module.
143 pub(crate) fn defined_memories_len(&self) -> usize {

Callers 1

export_sectionFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected