From bd630d707253a9838a3d0306e4be680942ff0715 Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Mon, 29 Aug 2022 12:48:46 -0700 Subject: Implement `extern.externalize` and `extern.internalize` (#4975) These new GC instructions infallibly convert between `extern` and `any` references now that those types are not in the same hierarchy. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 049652cfe..7e005f6e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ Current Trunk - HeapType::ext has been restored but is no longer a subtype of HeapType::any to match the latest updates in the GC spec. (#4898) - `i31ref` and `dataref` are now nullable to match the latest GC spec. (#4843) +- Add support for `extern.externalize` and `extern.internalize`. (#4975) v109 ---- -- cgit v1.2.3