tschneidereit added the cranelift label to Issue #8734.
tschneidereit added the bug label to Issue #8734.
tschneidereit opened issue #8734:
Steps to Reproduce
- Download and unzip this file.
- With #8693 applied to current
main
, run the following:wasmtime serve -S common -D debug-info runtime-eval.wasm
Expected Results
Wasmtime serving the
runtime-eval.wasm
component as awasi:http/proxy
handler.Actual Results
A panic with the following output:
thread 'main' panicked at crates/cranelift/src/debug/transform/unit.rs:401:17: assertion `left == right` failed left: StaticModuleIndex(1) right: StaticModuleIndex(0)
Versions and Environment
Cranelift version or commit: See STR
Operating system: MacOS Version 14.5 (23F79)
Architecture: Aarch64
@alexcrichton this is the bug I mentioned that I encountered when trying #8693.
alexcrichton closed issue #8734:
Steps to Reproduce
- Download and unzip this file.
- With #8693 applied to current
main
, run the following:wasmtime serve -S common -D debug-info runtime-eval.wasm
Expected Results
Wasmtime serving the
runtime-eval.wasm
component as awasi:http/proxy
handler.Actual Results
A panic with the following output:
thread 'main' panicked at crates/cranelift/src/debug/transform/unit.rs:401:17: assertion `left == right` failed left: StaticModuleIndex(1) right: StaticModuleIndex(0)
Versions and Environment
Cranelift version or commit: See STR
Operating system: MacOS Version 14.5 (23F79)
Architecture: Aarch64
@alexcrichton this is the bug I mentioned that I encountered when trying #8693.
alexcrichton commented on issue #8734:
Fixed now in the latest commits of https://github.com/bytecodealliance/wasmtime/pull/8693, thanks!
Last updated: Nov 22 2024 at 17:03 UTC