wasmtime run -g fails with 'assertion failed: (left < right)
#4669
Labels
bug
Incorrect behavior in the current implementation that needs fixing
(left < right)
#4669
wasmtime panics and fails for me every time I try to run Python's WASI builds with
wasmtime run -g
(Generate debug information).Test Case
Python-3.11.0rc1-wasm32-wasi-16.zip
Steps to Reproduce
wasmtime run -g --dir . -- python.wasm -c pass
Expected Results
I'm able to execute Python 3.11 WASI build with DWARF debug symbols.
Actual Results
Versions and Environment
Wasmtime version or commit: 0.39.1
Operating system: Fedora
Architecture: x86_64
WASI-SDK: 16.0
Extra Info
Anything else you'd like to add?
The text was updated successfully, but these errors were encountered: