From 33fe4f12bd30739790da3d34f5fae844f47a327f Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 31 Mar 2022 10:48:43 -0700 Subject: [Wasm GC] Fix stacky non-nullable tuples (#4561) #4555 fixed validation for such tuples, but we also did not handle them in "stacky" code using pops etc., due to a logic bug in the binary reading code. --- test/lit/binary/stacky-nn-tuple.test.wasm | Bin 0 -> 81 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/lit/binary/stacky-nn-tuple.test.wasm (limited to 'test/lit/binary/stacky-nn-tuple.test.wasm') diff --git a/test/lit/binary/stacky-nn-tuple.test.wasm b/test/lit/binary/stacky-nn-tuple.test.wasm new file mode 100644 index 000000000..37c8af137 Binary files /dev/null and b/test/lit/binary/stacky-nn-tuple.test.wasm differ -- cgit v1.2.3