Push an export into this module.
(&mut self, export: wasmparser::Export<'a>)
| 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 { |