pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/binaryen binaryen: update to 111.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cad9d5694fc
branches:  trunk
changeset: 388419:7cad9d5694fc
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Sat Nov 19 17:00:20 2022 +0000

description:
binaryen: update to 111.

v111
----

- Add extra `memory64` argument for `BinaryenSetMemory` and new
  `BinaryenMemoryIs64` C-API method to determine 64-bit memory. (#4963)
- `TypeBuilderSetSubType` now takes a supertype as the second argument.
- `call_ref` now takes a mandatory signature type immediate.
- If `THROW_ON_FATAL` is defined at compile-time, then fatal errors will throw a
  `std::runtime_error` instead of terminating the process. This may be used by
  embedders of Binaryen to recover from errors.
- Implemented bottom heap types: `none`, `nofunc`, and `noextern`. RefNull
  expressions and null `Literal`s must now have type `nullref`, `nullfuncref`,
  or `nullexternref`.
- The C-API's `BinaryenTypeI31ref` and `BinaryenTypeDataref` now return nullable
  types.
- The `sign-extension` and `mutable-globals` features are now both enabled by
  default in all tools. This is in order to match llvm's defaults (See
  https://reviews.llvm.org/D125728).
- Add a pass to lower sign-extension operations to MVP.

diffstat:

 devel/binaryen/Makefile |  4 ++--
 devel/binaryen/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 2c6241791591 -r 7cad9d5694fc devel/binaryen/Makefile
--- a/devel/binaryen/Makefile   Sat Nov 19 13:16:00 2022 +0000
+++ b/devel/binaryen/Makefile   Sat Nov 19 17:00:20 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/11/13 18:17:46 fcambus Exp $
+# $NetBSD: Makefile,v 1.15 2022/11/19 17:00:20 fcambus Exp $
 
-VERSION=       110
+VERSION=       111
 DISTNAME=      binaryen-${VERSION}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=WebAssembly/}
diff -r 2c6241791591 -r 7cad9d5694fc devel/binaryen/distinfo
--- a/devel/binaryen/distinfo   Sat Nov 19 13:16:00 2022 +0000
+++ b/devel/binaryen/distinfo   Sat Nov 19 17:00:20 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2022/09/04 14:36:07 fcambus Exp $
+$NetBSD: distinfo,v 1.15 2022/11/19 17:00:20 fcambus Exp $
 
-BLAKE2s (binaryen-110.tar.gz) = 4b39e2cef894c8fc8625d7fbfb874f1a2c2b23d00401a30e41e7335ae30dbeb5
-SHA512 (binaryen-110.tar.gz) = bfe5e8c98409a422145aa64c71d3d5b89bba3d965a3981b9db72a3034daee464606dee117eba3fdcb3e9e34d2fdee8f0a30fa48aaff4d5e34723f20cc01f0197
-Size (binaryen-110.tar.gz) = 4249894 bytes
+BLAKE2s (binaryen-111.tar.gz) = d9e16612038f9eb94e6bd18400904058e2cedb1c068c4b657bbfc15a78a4a1ca
+SHA512 (binaryen-111.tar.gz) = 249b37a4c6096d7386529166d34753414db80175c403181f8f1d17960681c8abb8710c759ef81826c01575b2696bdd93a769c48ba79ca3acf51e2c91a93c155f
+Size (binaryen-111.tar.gz) = 4351632 bytes
 SHA1 (patch-third__party_CMakeLists.txt) = 02f3f7476049348a29e93ebe3bceb2dbba47ebf3



Home | Main Index | Thread Index | Old Index