From 8ea886c5119304b77be243d91f9c4568ca76e42d236b16230fae349a4fb29302 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Wed, 3 Feb 2021 23:42:53 +0000 Subject: [PATCH] Accepting request 869051 from home:geewass:wasm Take latest to devel OBS-URL: https://build.opensuse.org/request/show/869051 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/binaryen?expand=0&rev=2 --- binaryen-version_98.tar.gz | 3 --- binaryen-version_99.tar.gz | 3 +++ binaryen.changes | 13 +++++++++++++ binaryen.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 binaryen-version_98.tar.gz create mode 100644 binaryen-version_99.tar.gz diff --git a/binaryen-version_98.tar.gz b/binaryen-version_98.tar.gz deleted file mode 100644 index bde8ec8..0000000 --- a/binaryen-version_98.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f805db6735869ab52cde7c0404879c90cf386888c0f587e944737550171c1c4 -size 3680217 diff --git a/binaryen-version_99.tar.gz b/binaryen-version_99.tar.gz new file mode 100644 index 0000000..92e22a8 --- /dev/null +++ b/binaryen-version_99.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ac4430367f2096466703b81749db836d8f4766e542b042d64e78b601372cf7 +size 3642692 diff --git a/binaryen.changes b/binaryen.changes index 4a52085..7967214 100644 --- a/binaryen.changes +++ b/binaryen.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jan 18 04:30:11 UTC 2021 - Garret Wassermann + +- update to v99 + * [GC] Fix parsing/printing of ref types using i31 (#3469), + This lets us parse (ref null i31) and (ref i31) and not just i31ref. + * It also fixes the parsing of i31ref, making it nullable for now, which we + need to do until we support non-nullability. + * Fix some internal handling of i31 where we had just i31ref (which meant we + just handled the non-nullable type). + * After fixing a bug in printing (where we didn't print out (ref null i31) + properly), I found some a simplification, to remove TypeName. + ------------------------------------------------------------------- Tue Dec 1 06:17:51 UTC 2020 - Avindra Goolcharan diff --git a/binaryen.spec b/binaryen.spec index 179cf03..419da0f 100644 --- a/binaryen.spec +++ b/binaryen.spec @@ -17,7 +17,7 @@ Name: binaryen -Version: 98 +Version: 99 Release: 0 Summary: Compiler infrastructure and toolchain library for WebAssembly License: Apache-2.0