From 0ec54cbdd782b894d9872058dad60f1ee6bd6e44 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Sun, 13 Nov 2022 10:14:36 -0800 Subject: Update testsuite (#2054) As well as the testsuite update there are two notable changes that come with it here. These can both be split out an landed first if it makes sense. 1. wasm2c now supports element sections containing externref. Currently only the null reference is supported. 2. element segments no longer use funcref as the default element type but instead, unless explicitly included in the binary, the element type defaults to the type of the table in which the segment is active. Fixes: #1612 #2022 --- third_party/testsuite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/testsuite b/third_party/testsuite index 4f77306b..3a04b2cf 160000 --- a/third_party/testsuite +++ b/third_party/testsuite @@ -1 +1 @@ -Subproject commit 4f77306bb63151631d84f58dedf67958eb9911b9 +Subproject commit 3a04b2cf93bd8fce277458d419eea8d9c326345c -- cgit v1.2.3