summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2022-11-16 13:44:33 -0800
committerGitHub <noreply@github.com>2022-11-16 13:44:33 -0800
commit570007dbecf86db5ddba8d303896d841fc2b2d27 (patch)
tree6774a699ed3faf5f6f263b77025c30880e51fead /CHANGELOG.md
parent3528a593f5a588d1819c6de9645b63361c13bf6b (diff)
downloadbinaryen-570007dbecf86db5ddba8d303896d841fc2b2d27.tar.gz
binaryen-570007dbecf86db5ddba8d303896d841fc2b2d27.tar.bz2
binaryen-570007dbecf86db5ddba8d303896d841fc2b2d27.zip
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
This reverts commit b2054b72b7daa89b7ad161c0693befad06a20c90. It looks like the necessary V8 change has not rolled out everywhere yet.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c01e0aa0..51c49eab9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,8 @@ Current Trunk
- Add extra `memory64` argument for `BinaryenSetMemory` and new
`BinaryenMemoryIs64` C-API method to determine 64-bit memory. (#4963)
- `TypeBuilderSetSubType` now takes a supertype as the second argument.
-- `call_ref` now takes a mandatory signature type immediate.
+- `call_ref` can now take a signature type immediate in the text format. The
+ type immediate will become mandatory in the future.
- If `THROW_ON_FATAL` is defined at compile-time, then fatal errors will throw a
`std::runtime_error` instead of terminating the process. This may be used by
embedders of Binaryen to recover from errors.