summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2023-08-31 14:32:33 -0500
committerGitHub <noreply@github.com>2023-08-31 12:32:33 -0700
commit90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da (patch)
tree02c201b1afd2de7f8237adc3737734e19b77cd2b /CHANGELOG.md
parent5bfb19239a15fec2d2ce44606d7c6e2b821302e1 (diff)
downloadbinaryen-90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da.tar.gz
binaryen-90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da.tar.bz2
binaryen-90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da.zip
Remove the GCNNLocals feature (#5080)
Now that the WasmGC spec has settled on a way of validating non-nullable locals, we no longer need this experimental feature that allowed nonstandard uses of non-nullable locals.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62a7af564..50072ebb3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,8 @@ Current Trunk
- C API: Add BinaryenAddFunctionWithHeapType() which is like BinaryenAddFunction
but takes a heap type. The old function is kept for backwards compatibility
and as a convenience.
+- The nonstandard, experimental gc-nn-locals feature has been removed now that
+ standard non-nullable locals are supported.
v114
----