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 102.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b4f99d208eb
branches:  trunk
changeset: 458201:8b4f99d208eb
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Sat Sep 11 19:52:33 2021 +0000

description:
binaryen: update to 102.

v102
----

- Add `BinaryenUpdateMaps` to the C API.

- Adds a TrapsNeverHappen mode (#4059). This has many of the benefits of
  IgnoreImplicitTraps, but can be used safely in more cases. IgnoreImplicitTraps
  is now deprecated.

- Adds type argument for BinaryenAddTable method (#4107). For the binaryen.js api
  this parameter is optional and by default is set to funcref type.

- Replace `BinaryenExpressionGetSideEffects`'s features parameter with a module
  parameter.

diffstat:

 devel/binaryen/Makefile |   4 ++--
 devel/binaryen/PLIST    |   4 ++--
 devel/binaryen/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (43 lines):

diff -r 62cf0374ab63 -r 8b4f99d208eb devel/binaryen/Makefile
--- a/devel/binaryen/Makefile   Sat Sep 11 19:46:14 2021 +0000
+++ b/devel/binaryen/Makefile   Sat Sep 11 19:52:33 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/04/17 20:04:24 fcambus Exp $
+# $NetBSD: Makefile,v 1.4 2021/09/11 19:52:33 fcambus Exp $
 
-VERSION=       101
+VERSION=       102
 DISTNAME=      binaryen-${VERSION}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=WebAssembly/}
diff -r 62cf0374ab63 -r 8b4f99d208eb devel/binaryen/PLIST
--- a/devel/binaryen/PLIST      Sat Sep 11 19:46:14 2021 +0000
+++ b/devel/binaryen/PLIST      Sat Sep 11 19:52:33 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/03/04 02:13:13 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/09/11 19:52:33 fcambus Exp $
 bin/wasm-as
 bin/wasm-ctor-eval
 bin/wasm-dis
@@ -10,5 +10,5 @@
 bin/wasm-split
 bin/wasm2js
 include/binaryen-c.h
-include/wasm-delegations.h
+include/wasm-delegations.def
 lib/libbinaryen.so
diff -r 62cf0374ab63 -r 8b4f99d208eb devel/binaryen/distinfo
--- a/devel/binaryen/distinfo   Sat Sep 11 19:46:14 2021 +0000
+++ b/devel/binaryen/distinfo   Sat Sep 11 19:52:33 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/04/17 20:04:24 fcambus Exp $
+$NetBSD: distinfo,v 1.4 2021/09/11 19:52:33 fcambus Exp $
 
-SHA1 (binaryen-101.tar.gz) = 3817856cf47413af916d6da1548ec2a0b11c6b56
-RMD160 (binaryen-101.tar.gz) = 69836f9f0468760b7bf847915e511fc0bde1a155
-SHA512 (binaryen-101.tar.gz) = 819105fda25e3ee51d8a858f73aabe018e6af584eb2afd5b7fe06ce165e39487d5ee6da23eec2c62d8dd1d87002b00ff8bd63e28bef388ac0fed72dfe7ae88f8
-Size (binaryen-101.tar.gz) = 3760918 bytes
+SHA1 (binaryen-102.tar.gz) = 355635a0b086bb724a1b751356d355d5537e0b72
+RMD160 (binaryen-102.tar.gz) = 08d19680bd741a002e3491769418d695450d99d9
+SHA512 (binaryen-102.tar.gz) = 04ed9abca7469fc7f0d4b348e3fc6637585306b4c92683688f0ced50bc03a9f16ea7634daed45db96f7e543d9ac66440e17339187ba97b779a041a6032f7f279
+Size (binaryen-102.tar.gz) = 3901225 bytes



Home | Main Index | Thread Index | Old Index