pub static FRAME_INFO: LazyLock<RwLock<GlobalFrameInfo>>
Available on non-WebAssembly only.
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.