alexcrichton opened PR #1495 from frame-index
to master
:
These commits refactor trap and frame information handling to consolidate everything into one location, and then that one location is souped up to keep track of instruction offsets to map back native program counters to wasm bytecode. The intention here is that each
wasmtime::FrameInfo
now knows its precise location in the original wasm module, allowing collection of stack information which includes function offsets.
yurydelendik submitted PR Review.
alexcrichton merged PR #1495.
Last updated: Nov 22 2024 at 16:03 UTC