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

Method raw_sections

crates/wizer/src/info.rs:196–198  ·  view source on GitHub ↗

Get a slice of this module's original raw sections.

(&self)

Source from the content-addressed store, hash-verified

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>] {

Callers 3

rewriteMethod · 0.80
instrumentFunction · 0.80
rewrite_componentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected