diff options
author | Sam Clegg <sbc@chromium.org> | 2022-11-13 10:14:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 18:14:36 +0000 |
commit | 0ec54cbdd782b894d9872058dad60f1ee6bd6e44 (patch) | |
tree | 28f5d781841995da833cf736a6e685fb1dd7c1f2 /third_party | |
parent | a3c6ec4364f87f72c58bce85ab0d3bd0289505f0 (diff) | |
download | wabt-0ec54cbdd782b894d9872058dad60f1ee6bd6e44.tar.gz wabt-0ec54cbdd782b894d9872058dad60f1ee6bd6e44.tar.bz2 wabt-0ec54cbdd782b894d9872058dad60f1ee6bd6e44.zip |
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
Diffstat (limited to 'third_party')
m--------- | third_party/testsuite | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/third_party/testsuite b/third_party/testsuite -Subproject 4f77306bb63151631d84f58dedf67958eb9911b +Subproject 3a04b2cf93bd8fce277458d419eea8d9c326345 |