From 31171ca083c7a4d1394ad7812369d385e1dd38a0 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Tue, 10 Jan 2023 15:05:56 -0600 Subject: [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416) `struct` has replaced `data` in the upstream spec, so update Binaryen's types to match. We had already supported `struct` as an alias for data, but now remove support for `data` entirely. Also remove instructions like `ref.is_data` that are deprecated and do not make sense without a `data` type. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 43407c611..655f2aa8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ Current Trunk has been removed. - `ref.is_func`, `ref.is_data`, and `ref.is_i31` have been removed from the C and JS APIs and `RefIs` has been replaced with `RefIsNull`. +- Types `Data` and `Dataref` have been replaced with types `Struct` and + `Structref` in the C and JS APIs. v111 ---- -- cgit v1.2.3