Static wasmer_compiler::FRAME_INFO

source ยท
pub static FRAME_INFO: LazyLock<RwLock<GlobalFrameInfo>>
Expand description

This is a global cache of backtrace frame information for all active

This global cache is used during Trap creation to symbolicate frames. This is populated on module compilation, and it is cleared out whenever all references to a module are dropped.