fitzgen opened issue #10376:
The second one is the case with the serialization. It fails even in the standalone version of Wasmtime with
assertion failed: types.is_subtype(actual_ty, expected_ty)
error._Originally posted by @epsylonix in #9714_
fitzgen commented on issue #10376:
What would really help with diagnosing and fixing this bug is a test case reduction. Hard to figure out what is going on with a 235KiB test case.
FWIW, we have some docs on using
wasm-shrink
to reduce test cases here, although we would probably want to usecreduce
on the.wat
disassembly of this.wasm
instead, sincewasm-shrink
doesn't have Wasm GC support yet.
fitzgen closed issue #10376:
The second one is the case with the serialization. It fails even in the standalone version of Wasmtime with
assertion failed: types.is_subtype(actual_ty, expected_ty)
error._Originally posted by @epsylonix in #9714_
fitzgen commented on issue #10376:
This is passing on
main
, at least as of5b9e87650
.Going to go ahead and close this, but please open a new issue if you find anything else, @epsylonix!
Last updated: Apr 17 2025 at 12:05 UTC