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-shrinkto reduce test cases here, although we would probably want to usecreduceon the.watdisassembly of this.wasminstead, sincewasm-shrinkdoesn'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: Dec 13 2025 at 19:03 UTC