You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 use creduce on the .wat disassembly of this .wasm instead, since wasm-shrink doesn't have Wasm GC support yet.
Originally posted by @epsylonix in #9714
The text was updated successfully, but these errors were encountered: