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:           Mon May 22 13:58:06 UTC 2023

Modified Files:
        pkgsrc/devel/binaryen: Makefile PLIST distinfo

Log Message:
binaryen: update to 113.

v113
----

- Add a `wasm-merge` tool. This is a full rewrite of the previous `wasm-merge`
  tool that was removed from the tree in the past. The new version is much
  simpler after recent improvements to multi-memory and multi-table. The
  rewrite was motivated by new use cases for merging modules in the context of
  WasmGC.
- Some C and JS API functions now refer to data and element segments by name
  instead of index.
- The `--nominal` and `--hybrid` command line options and related API functions
  have been removed. The only supported type system is now the standard
  isorecursive (i.e. hybrid) type system.
- Add a "mayNotReturn" effect.
- Disable the memory64 feature in Memory64Lowering.cpp.
- Disable sign extension in SignExtLowering.cpp.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/binaryen/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/binaryen/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/binaryen/distinfo

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.17 pkgsrc/devel/binaryen/Makefile:1.18
--- pkgsrc/devel/binaryen/Makefile:1.17 Thu Mar 16 08:36:24 2023
+++ pkgsrc/devel/binaryen/Makefile      Mon May 22 13:58:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2023/03/16 08:36:24 adam Exp $
+# $NetBSD: Makefile,v 1.18 2023/05/22 13:58:06 fcambus Exp $
 
-VERSION=       112
+VERSION=       113
 DISTNAME=      binaryen-${VERSION}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=WebAssembly/}

Index: pkgsrc/devel/binaryen/PLIST
diff -u pkgsrc/devel/binaryen/PLIST:1.5 pkgsrc/devel/binaryen/PLIST:1.6
--- pkgsrc/devel/binaryen/PLIST:1.5     Sun May  1 19:07:47 2022
+++ pkgsrc/devel/binaryen/PLIST Mon May 22 13:58:06 2023
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.5 2022/05/01 19:07:47 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/05/22 13:58:06 fcambus Exp $
 bin/binaryen-unittests
 bin/wasm-as
 bin/wasm-ctor-eval
 bin/wasm-dis
 bin/wasm-emscripten-finalize
 bin/wasm-fuzz-types
+bin/wasm-merge
 bin/wasm-metadce
 bin/wasm-opt
 bin/wasm-reduce

Index: pkgsrc/devel/binaryen/distinfo
diff -u pkgsrc/devel/binaryen/distinfo:1.16 pkgsrc/devel/binaryen/distinfo:1.17
--- pkgsrc/devel/binaryen/distinfo:1.16 Sun Feb 12 22:32:58 2023
+++ pkgsrc/devel/binaryen/distinfo      Mon May 22 13:58:06 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2023/02/12 22:32:58 fcambus Exp $
+$NetBSD: distinfo,v 1.17 2023/05/22 13:58:06 fcambus Exp $
 
-BLAKE2s (binaryen-112.tar.gz) = 2de1dbe0718f9b1ffca7b33b1d7da8321e46e1002d1b459d8a8cdb76b74bef65
-SHA512 (binaryen-112.tar.gz) = 63eabfcf34baadc4ca2b0e640a24219f9425c77f6fc1473e9b404f3a75c8715ce38968060c372aa74530ec5da68fd3d1e0c22beee1902c5d8cfa31912c473485
-Size (binaryen-112.tar.gz) = 4424435 bytes
+BLAKE2s (binaryen-113.tar.gz) = 2b2235731ce6c1bbcd8ab2be31b5e7da32b367435345711557d0552ac388ca44
+SHA512 (binaryen-113.tar.gz) = b0192dbeb4138054ecf6aec3371557fd546ccbac0ed8694228412311fb8a58045916d51effcdd0b0230c689b6bc0a70c712f2776c67041bdb7468625c211fe36
+Size (binaryen-113.tar.gz) = 4702040 bytes
 SHA1 (patch-third__party_CMakeLists.txt) = 02f3f7476049348a29e93ebe3bceb2dbba47ebf3



Home | Main Index | Thread Index | Old Index