pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/binaryen
Module Name: pkgsrc
Committed By: fcambus
Date: Sat Sep 11 19:52:33 UTC 2021
Modified Files:
pkgsrc/devel/binaryen: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/binaryen/Makefile \
pkgsrc/devel/binaryen/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/binaryen/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/binaryen/Makefile
diff -u pkgsrc/devel/binaryen/Makefile:1.3 pkgsrc/devel/binaryen/Makefile:1.4
--- pkgsrc/devel/binaryen/Makefile:1.3 Sat Apr 17 20:04:24 2021
+++ pkgsrc/devel/binaryen/Makefile Sat Sep 11 19:52:33 2021
@@ -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/}
Index: pkgsrc/devel/binaryen/distinfo
diff -u pkgsrc/devel/binaryen/distinfo:1.3 pkgsrc/devel/binaryen/distinfo:1.4
--- pkgsrc/devel/binaryen/distinfo:1.3 Sat Apr 17 20:04:24 2021
+++ pkgsrc/devel/binaryen/distinfo Sat Sep 11 19:52:33 2021
@@ -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
Index: pkgsrc/devel/binaryen/PLIST
diff -u pkgsrc/devel/binaryen/PLIST:1.2 pkgsrc/devel/binaryen/PLIST:1.3
--- pkgsrc/devel/binaryen/PLIST:1.2 Thu Mar 4 02:13:13 2021
+++ pkgsrc/devel/binaryen/PLIST Sat Sep 11 19:52:33 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index