alexcrichton opened issue #11493:
Wasmtime currently fails with:
$ cargo run wast ./tests/misc_testsuite/component-model/fused.wast -C inlining Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s Running `target/x86_64-unknown-linux-gnu/debug/wasmtime wast ./tests/misc_testsuite/component-model/fused.wast -C inlining` thread 'main' panicked at cranelift/codegen/src/cursor.rs:298:9: assertion failed: self.layout().is_block_inserted(block) note: run with `RUST_BACKTRACE=1` environment variable to display a backtracecc @fitzgen
alexcrichton added the fuzz-bug label to Issue #11493.
alexcrichton added the cranelift label to Issue #11493.
fitzgen assigned fitzgen to issue #11493.
fitzgen closed issue #11493:
Wasmtime currently fails with:
$ cargo run wast ./tests/misc_testsuite/component-model/fused.wast -C inlining Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s Running `target/x86_64-unknown-linux-gnu/debug/wasmtime wast ./tests/misc_testsuite/component-model/fused.wast -C inlining` thread 'main' panicked at cranelift/codegen/src/cursor.rs:298:9: assertion failed: self.layout().is_block_inserted(block) note: run with `RUST_BACKTRACE=1` environment variable to display a backtracecc @fitzgen
Last updated: Dec 06 2025 at 07:03 UTC