summaryrefslogtreecommitdiff
path: root/test/unit/input
diff options
context:
space:
mode:
authorDaniel Wirtz <dcode@dcode.io>2020-09-11 03:04:17 +0200
committerGitHub <noreply@github.com>2020-09-10 18:04:17 -0700
commit192757772adce7568fc1f3f3e733a4263b6392c6 (patch)
tree922fec8709cf9008d239a1fcbce7280e6ab46deb /test/unit/input
parentcd6f0d908f0e4c68d72fd476a6e0e7cfb7ae8595 (diff)
downloadbinaryen-192757772adce7568fc1f3f3e733a4263b6392c6.tar.gz
binaryen-192757772adce7568fc1f3f3e733a4263b6392c6.tar.bz2
binaryen-192757772adce7568fc1f3f3e733a4263b6392c6.zip
Add anyref feature and type (#3109)
Adds `anyref` type, which is enabled by a new feature `--enable-anyref`. This type is primarily used for testing that passes correctly handle subtype relationships so that the codebase will continue to be prepared for future subtyping. Since `--enable-anyref` is meaningless without also using `--enable-reference-types`, this PR also makes it a validation error to pass only the former (and similarly makes it a validation error to enable exception handling without enabling reference types).
Diffstat (limited to 'test/unit/input')
-rw-r--r--test/unit/input/anyref_target_feature.wasmbin0 -> 60 bytes
-rwxr-xr-xtest/unit/input/exception_handling_target_feature.wasmbin89 -> 106 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/test/unit/input/anyref_target_feature.wasm b/test/unit/input/anyref_target_feature.wasm
new file mode 100644
index 000000000..88c61ebc2
--- /dev/null
+++ b/test/unit/input/anyref_target_feature.wasm
Binary files differ
diff --git a/test/unit/input/exception_handling_target_feature.wasm b/test/unit/input/exception_handling_target_feature.wasm
index 487aaf679..996cd2142 100755
--- a/test/unit/input/exception_handling_target_feature.wasm
+++ b/test/unit/input/exception_handling_target_feature.wasm
Binary files differ