Get a slice of this module's original raw sections.
(&self)
| 194 | |
| 195 | /// Get a slice of this module's original raw sections. |
| 196 | pub(crate) fn raw_sections(&self) -> &[wasm_encoder::RawSection<'a>] { |
| 197 | &self.raw_sections |
| 198 | } |
| 199 | |
| 200 | /// Get a slice of this module's imports. |
| 201 | pub(crate) fn imports(&self) -> &[wasmparser::Import<'a>] { |
no outgoing calls
no test coverage detected