summaryrefslogtreecommitdiff
path: root/devel/binaryen
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2021-09-11 19:52:33 +0000
committerfcambus <fcambus@pkgsrc.org>2021-09-11 19:52:33 +0000
commit79a7d63fc0dfb8feb44110c30392534a84f83be0 (patch)
tree1f6eb27318813199fa094652ab760b015f9fa68e /devel/binaryen
parent556ec939d10d12338551131d21950b13aa98cd45 (diff)
downloadpkgsrc-79a7d63fc0dfb8feb44110c30392534a84f83be0.tar.gz
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 (limited to 'devel/binaryen')
-rw-r--r--devel/binaryen/Makefile4
-rw-r--r--devel/binaryen/PLIST4
-rw-r--r--devel/binaryen/distinfo10
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/binaryen/Makefile b/devel/binaryen/Makefile
index 532eeb827d3..931d578d737 100644
--- a/devel/binaryen/Makefile
+++ b/devel/binaryen/Makefile
@@ -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 --git a/devel/binaryen/PLIST b/devel/binaryen/PLIST
index 57f68b118f8..1bf91bd64ae 100644
--- a/devel/binaryen/PLIST
+++ b/devel/binaryen/PLIST
@@ -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-shell
bin/wasm-split
bin/wasm2js
include/binaryen-c.h
-include/wasm-delegations.h
+include/wasm-delegations.def
lib/libbinaryen.so
diff --git a/devel/binaryen/distinfo b/devel/binaryen/distinfo
index d0fce01e3ae..5ca2281928e 100644
--- a/devel/binaryen/distinfo
+++ b/devel/binaryen/distinfo
@@ -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