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

Class Context

cranelift/reader/src/parser.rs:228–234  ·  view source on GitHub ↗

Context for resolving references when parsing a single function.

Source from the content-addressed store, hash-verified

226
227/// Context for resolving references when parsing a single function.
228struct Context {
229 function: Function,
230 map: SourceMap,
231
232 /// Aliases to resolve once value definitions are known.
233 aliases: Vec<Value>,
234}
235
236impl Context {
237 fn new(f: Function) -> Self {

Callers 1

parse_exception_tableMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected