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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f805db6735869ab52cde7c0404879c90cf386888c0f587e944737550171c1c4
|
||||
size 3680217
|
3
binaryen-version_99.tar.gz
Normal file
3
binaryen-version_99.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66ac4430367f2096466703b81749db836d8f4766e542b042d64e78b601372cf7
|
||||
size 3642692
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 18 04:30:11 UTC 2021 - Garret Wassermann <gwasser@gmail.com>
|
||||
|
||||
- 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 <avindra@opensuse.org>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: binaryen
|
||||
Version: 98
|
||||
Version: 99
|
||||
Release: 0
|
||||
Summary: Compiler infrastructure and toolchain library for WebAssembly
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user