[][src]Trait wasm_debug::SymbolResolver

pub trait SymbolResolver {
    fn resolve_symbol(&self, symbol: usize, addend: i64) -> ResolvedSymbol;
}

Required methods

fn resolve_symbol(&self, symbol: usize, addend: i64) -> ResolvedSymbol

Loading content...

Implementors

Loading content...