Stream: git-wasmtime

Topic: wasmtime / PR #1495 Expose precise offset information in ...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 10 2020 at 17:28):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2020 at 20:15):

yurydelendik submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2020 at 13:00):

alexcrichton merged PR #1495.


Last updated: Oct 23 2024 at 20:03 UTC