From 90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Thu, 31 Aug 2023 14:32:33 -0500 Subject: 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. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') 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 ---- -- cgit v1.2.3