Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wasmtime-0.19.0
@ 2020-07-29 18:15 ifreund
  2020-07-29 19:27 ` [PR PATCH] [Updated] " ifreund
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: ifreund @ 2020-07-29 18:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is a new pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages wasmtime
https://github.com/void-linux/void-packages/pull/23931

New package: wasmtime-0.19.0


A patch file from https://github.com/void-linux/void-packages/pull/23931.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wasmtime-23931.patch --]
[-- Type: text/x-diff, Size: 1850 bytes --]

From 1bc788fc0c4363505af15c59d983eca67be8b471 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Wed, 29 Jul 2020 20:15:00 +0200
Subject: [PATCH] New package: wasmtime-0.19.0

---
 srcpkgs/wasmtime/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/wasmtime/template

diff --git a/srcpkgs/wasmtime/template b/srcpkgs/wasmtime/template
new file mode 100644
index 00000000000..d04bad89d1b
--- /dev/null
+++ b/srcpkgs/wasmtime/template
@@ -0,0 +1,27 @@
+# Template file for 'wasmtime'
+pkgname=wasmtime
+version=0.19.0
+revision=1
+build_style=cargo
+short_desc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/bytecodealliance/wasmtime"
+_spec_testsuite_commit=d2163dace09d647bccf34b9b82a6f05a3b23cf29
+_wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
+_WASI_commit=2b027d91c29e6141a3768e638076daa23f51621c
+distfiles="${homepage}/archive/v${version}.tar.gz
+ https://github.com/WebAssembly/testsuite/archive/${_spec_testsuite_commit}.tar.gz
+ https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz
+ https://github.com/WebAssembly/WASI/archive/${_WASI_commit}.tar.gz"
+checksum="f569c74aacd4fe52c5fabe4fda9dd6c41bce72e8e467b52a38626bc0dbad1149
+ 1ea206dba1b0826cf52e7a4b9328a341c75e8642072ab5e34356def380ad504d
+ aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c
+ caf4343207d9f3ec135aae8c113824a8b588db61538d210b22acd6ea7c6d485e"
+
+pre_configure() {
+	# copy submodules to right location
+	cp -rup ${XBPS_BUILDDIR}/testsuite-*/* ${wrksrc}/tests/spec_testsuite
+	cp -rup ${XBPS_BUILDDIR}/wasm-c-api-*/* ${wrksrc}/crates/c-api/wasm-c-api
+	cp -rup ${XBPS_BUILDDIR}/WASI-*/* ${wrksrc}/crates/wasi-common/WASI
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
@ 2020-07-29 19:27 ` ifreund
  2020-07-29 19:30 ` ifreund
                   ` (25 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-07-29 19:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages wasmtime
https://github.com/void-linux/void-packages/pull/23931

New package: wasmtime-0.19.0


A patch file from https://github.com/void-linux/void-packages/pull/23931.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wasmtime-23931.patch --]
[-- Type: text/x-diff, Size: 1965 bytes --]

From 0217d6ffd5cb441fea3c31451caba310ccd09eac Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Wed, 29 Jul 2020 20:15:00 +0200
Subject: [PATCH] New package: wasmtime-0.19.0

---
 srcpkgs/wasmtime/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/wasmtime/template

diff --git a/srcpkgs/wasmtime/template b/srcpkgs/wasmtime/template
new file mode 100644
index 00000000000..22bbb058221
--- /dev/null
+++ b/srcpkgs/wasmtime/template
@@ -0,0 +1,31 @@
+# Template file for 'wasmtime'
+pkgname=wasmtime
+version=0.19.0
+revision=1
+build_style=cargo
+short_desc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/bytecodealliance/wasmtime"
+_spec_testsuite_commit=d2163dace09d647bccf34b9b82a6f05a3b23cf29
+_wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
+_WASI_commit=2b027d91c29e6141a3768e638076daa23f51621c
+distfiles="${homepage}/archive/v${version}.tar.gz
+ https://github.com/WebAssembly/testsuite/archive/${_spec_testsuite_commit}.tar.gz
+ https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz
+ https://github.com/WebAssembly/WASI/archive/${_WASI_commit}.tar.gz"
+checksum="f569c74aacd4fe52c5fabe4fda9dd6c41bce72e8e467b52a38626bc0dbad1149
+ 1ea206dba1b0826cf52e7a4b9328a341c75e8642072ab5e34356def380ad504d
+ aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c
+ caf4343207d9f3ec135aae8c113824a8b588db61538d210b22acd6ea7c6d485e"
+
+pre_configure() {
+	# move submodules to the proper location
+	mv -v ${XBPS_BUILDDIR}/testsuite-*/* ${wrksrc}/tests/spec_testsuite
+	mv -v ${XBPS_BUILDDIR}/wasm-c-api-*/* ${wrksrc}/crates/c-api/wasm-c-api
+	mv -v ${XBPS_BUILDDIR}/WASI-*/* ${wrksrc}/crates/wasi-common/WASI
+
+	rm -rv ${XBPS_BUILDDIR}/testsuite-*
+	rm -rv ${XBPS_BUILDDIR}/wasm-c-api-*
+	rm -rv ${XBPS_BUILDDIR}/WASI-*
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
  2020-07-29 19:27 ` [PR PATCH] [Updated] " ifreund
@ 2020-07-29 19:30 ` ifreund
  2020-08-05  9:29 ` ifreund
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-07-29 19:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages wasmtime
https://github.com/void-linux/void-packages/pull/23931

New package: wasmtime-0.19.0


A patch file from https://github.com/void-linux/void-packages/pull/23931.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wasmtime-23931.patch --]
[-- Type: text/x-diff, Size: 1636 bytes --]

From 0cd5c1e2e85b258d06d2cd33fdbc833f63326b87 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Wed, 29 Jul 2020 20:15:00 +0200
Subject: [PATCH] New package: wasmtime-0.19.0

---
 srcpkgs/wasmtime/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/wasmtime/template

diff --git a/srcpkgs/wasmtime/template b/srcpkgs/wasmtime/template
new file mode 100644
index 00000000000..026a4538f83
--- /dev/null
+++ b/srcpkgs/wasmtime/template
@@ -0,0 +1,26 @@
+# Template file for 'wasmtime'
+pkgname=wasmtime
+version=0.19.0
+revision=1
+build_style=cargo
+short_desc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/bytecodealliance/wasmtime"
+_wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
+_WASI_commit=2b027d91c29e6141a3768e638076daa23f51621c
+distfiles="${homepage}/archive/v${version}.tar.gz
+ https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz
+ https://github.com/WebAssembly/WASI/archive/${_WASI_commit}.tar.gz"
+checksum="f569c74aacd4fe52c5fabe4fda9dd6c41bce72e8e467b52a38626bc0dbad1149
+ aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c
+ caf4343207d9f3ec135aae8c113824a8b588db61538d210b22acd6ea7c6d485e"
+
+pre_configure() {
+	# move submodules to the proper location
+	mv -v ${XBPS_BUILDDIR}/wasm-c-api-*/* ${wrksrc}/crates/c-api/wasm-c-api
+	mv -v ${XBPS_BUILDDIR}/WASI-*/* ${wrksrc}/crates/wasi-common/WASI
+
+	rm -rv ${XBPS_BUILDDIR}/wasm-c-api-*
+	rm -rv ${XBPS_BUILDDIR}/WASI-*
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
  2020-07-29 19:27 ` [PR PATCH] [Updated] " ifreund
  2020-07-29 19:30 ` ifreund
@ 2020-08-05  9:29 ` ifreund
  2020-08-05  9:38 ` ifreund
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-05  9:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages wasmtime
https://github.com/void-linux/void-packages/pull/23931

New package: wasmtime-0.19.0


A patch file from https://github.com/void-linux/void-packages/pull/23931.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wasmtime-23931.patch --]
[-- Type: text/x-diff, Size: 1667 bytes --]

From 0ce9fd0c19d467d2a923baaafc08d3e5e7b5109d Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Wed, 29 Jul 2020 20:15:00 +0200
Subject: [PATCH] New package: wasmtime-0.19.0

---
 srcpkgs/wasmtime/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/wasmtime/template

diff --git a/srcpkgs/wasmtime/template b/srcpkgs/wasmtime/template
new file mode 100644
index 00000000000..b6bcd4b309b
--- /dev/null
+++ b/srcpkgs/wasmtime/template
@@ -0,0 +1,27 @@
+# Template file for 'wasmtime'
+pkgname=wasmtime
+version=0.19.0
+revision=1
+archs="x86_64* i686 aarch64"
+build_style=cargo
+short_desc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/bytecodealliance/wasmtime"
+_wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
+_WASI_commit=2b027d91c29e6141a3768e638076daa23f51621c
+distfiles="${homepage}/archive/v${version}.tar.gz
+ https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz
+ https://github.com/WebAssembly/WASI/archive/${_WASI_commit}.tar.gz"
+checksum="f569c74aacd4fe52c5fabe4fda9dd6c41bce72e8e467b52a38626bc0dbad1149
+ aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c
+ caf4343207d9f3ec135aae8c113824a8b588db61538d210b22acd6ea7c6d485e"
+
+pre_configure() {
+	# move submodules to the proper location
+	mv -v ${XBPS_BUILDDIR}/wasm-c-api-*/* ${wrksrc}/crates/c-api/wasm-c-api
+	mv -v ${XBPS_BUILDDIR}/WASI-*/* ${wrksrc}/crates/wasi-common/WASI
+
+	rm -rv ${XBPS_BUILDDIR}/wasm-c-api-*
+	rm -rv ${XBPS_BUILDDIR}/WASI-*
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (2 preceding siblings ...)
  2020-08-05  9:29 ` ifreund
@ 2020-08-05  9:38 ` ifreund
  2020-08-07  0:03 ` [PR PATCH] [Updated] " ifreund
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-05  9:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#issuecomment-669092487

Comment:
Enabled only the archs that successfully built on travis. Wish rust was more portable :/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (3 preceding siblings ...)
  2020-08-05  9:38 ` ifreund
@ 2020-08-07  0:03 ` ifreund
  2020-08-07  0:04 ` ifreund
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-07  0:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages wasmtime
https://github.com/void-linux/void-packages/pull/23931

New package: wasmtime-0.19.0


A patch file from https://github.com/void-linux/void-packages/pull/23931.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wasmtime-23931.patch --]
[-- Type: text/x-diff, Size: 1641 bytes --]

From 2d7cb5b98eaf9b7129f4e63d5a1f44e82f32383f Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Wed, 29 Jul 2020 20:15:00 +0200
Subject: [PATCH] New package: wasmtime-0.19.0

---
 srcpkgs/wasmtime/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/wasmtime/template

diff --git a/srcpkgs/wasmtime/template b/srcpkgs/wasmtime/template
new file mode 100644
index 00000000000..69c81439090
--- /dev/null
+++ b/srcpkgs/wasmtime/template
@@ -0,0 +1,27 @@
+# Template file for 'wasmtime'
+pkgname=wasmtime
+version=0.19.0
+revision=1
+archs="x86_64* i686 aarch64"
+build_style=cargo
+short_desc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/bytecodealliance/wasmtime"
+_wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
+_WASI_commit=2b027d91c29e6141a3768e638076daa23f51621c
+distfiles="${homepage}/archive/v${version}.tar.gz
+ https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz
+ https://github.com/WebAssembly/WASI/archive/${_WASI_commit}.tar.gz"
+checksum="f569c74aacd4fe52c5fabe4fda9dd6c41bce72e8e467b52a38626bc0dbad1149
+ aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c
+ caf4343207d9f3ec135aae8c113824a8b588db61538d210b22acd6ea7c6d485e"
+
+pre_configure() {
+	# move submodules to the proper location
+	rmdir crates/c-api/wasm-c-api
+	rmdir crates/wasi-common/WASI
+
+	mv -v ../wasm-c-api-${_wasm_c_api_commit} crates/c-api/wasm-c-api
+	mv -v ../WASI-${_WASI_commit} crates/wasi-common/WASI
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (4 preceding siblings ...)
  2020-08-07  0:03 ` [PR PATCH] [Updated] " ifreund
@ 2020-08-07  0:04 ` ifreund
  2020-08-16  0:04 ` [PR PATCH] [Updated] " ifreund
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-07  0:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#issuecomment-670249717

Comment:
Cleaned up the submodule handling as suggested in #23932

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (5 preceding siblings ...)
  2020-08-07  0:04 ` ifreund
@ 2020-08-16  0:04 ` ifreund
  2020-08-16  0:05 ` ifreund
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-16  0:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages wasmtime
https://github.com/void-linux/void-packages/pull/23931

New package: wasmtime-0.19.0


A patch file from https://github.com/void-linux/void-packages/pull/23931.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wasmtime-23931.patch --]
[-- Type: text/x-diff, Size: 1838 bytes --]

From 16e7f60fe2137af296db2c9e5209d2d478f69e84 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Wed, 29 Jul 2020 20:15:00 +0200
Subject: [PATCH] New package: wasmtime-0.19.0

---
 srcpkgs/wasmtime/template | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/wasmtime/template

diff --git a/srcpkgs/wasmtime/template b/srcpkgs/wasmtime/template
new file mode 100644
index 00000000000..e7a6265443b
--- /dev/null
+++ b/srcpkgs/wasmtime/template
@@ -0,0 +1,33 @@
+# Template file for 'wasmtime'
+pkgname=wasmtime
+version=0.19.0
+revision=1
+build_style=cargo
+short_desc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/bytecodealliance/wasmtime"
+_wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
+_WASI_commit=2b027d91c29e6141a3768e638076daa23f51621c
+distfiles="${homepage}/archive/v${version}.tar.gz
+ https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz
+ https://github.com/WebAssembly/WASI/archive/${_WASI_commit}.tar.gz"
+checksum="f569c74aacd4fe52c5fabe4fda9dd6c41bce72e8e467b52a38626bc0dbad1149
+ aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c
+ caf4343207d9f3ec135aae8c113824a8b588db61538d210b22acd6ea7c6d485e"
+
+case ${XBPS_MACHINE} in
+	armv7l|armv6l-musl|aarch64-musl)
+		broken="https://travis-ci.org/github/void-linux/void-packages/builds/713040286";;
+	x86_64*|i686|aarch64) ;; # known working
+	*) ;; # status unknown
+esac
+
+pre_configure() {
+	# move submodules to the proper location
+	rmdir crates/c-api/wasm-c-api
+	rmdir crates/wasi-common/WASI
+
+	mv -v ../wasm-c-api-${_wasm_c_api_commit} crates/c-api/wasm-c-api
+	mv -v ../WASI-${_WASI_commit} crates/wasi-common/WASI
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (6 preceding siblings ...)
  2020-08-16  0:04 ` [PR PATCH] [Updated] " ifreund
@ 2020-08-16  0:05 ` ifreund
  2020-08-16  8:32 ` [PR PATCH] [Updated] " ifreund
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-16  0:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#issuecomment-674459972

Comment:
Switched to using `broken=` instead of `arches=` as suggested by @Piraty on IRC

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (7 preceding siblings ...)
  2020-08-16  0:05 ` ifreund
@ 2020-08-16  8:32 ` ifreund
  2020-08-16  9:51 ` [PR REVIEW] " Piraty
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-16  8:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages wasmtime
https://github.com/void-linux/void-packages/pull/23931

New package: wasmtime-0.19.0


A patch file from https://github.com/void-linux/void-packages/pull/23931.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wasmtime-23931.patch --]
[-- Type: text/x-diff, Size: 1845 bytes --]

From 7375d5fbee222662c321d14d334207ccf1d76ed0 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Wed, 29 Jul 2020 20:15:00 +0200
Subject: [PATCH] New package: wasmtime-0.19.0

---
 srcpkgs/wasmtime/template | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/wasmtime/template

diff --git a/srcpkgs/wasmtime/template b/srcpkgs/wasmtime/template
new file mode 100644
index 00000000000..8192a433ba0
--- /dev/null
+++ b/srcpkgs/wasmtime/template
@@ -0,0 +1,33 @@
+# Template file for 'wasmtime'
+pkgname=wasmtime
+version=0.19.0
+revision=1
+build_style=cargo
+short_desc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/bytecodealliance/wasmtime"
+_wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
+_WASI_commit=2b027d91c29e6141a3768e638076daa23f51621c
+distfiles="${homepage}/archive/v${version}.tar.gz
+ https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz
+ https://github.com/WebAssembly/WASI/archive/${_WASI_commit}.tar.gz"
+checksum="f569c74aacd4fe52c5fabe4fda9dd6c41bce72e8e467b52a38626bc0dbad1149
+ aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c
+ caf4343207d9f3ec135aae8c113824a8b588db61538d210b22acd6ea7c6d485e"
+
+case ${XBPS_TARGET_MACHINE} in
+	armv7l|armv6l-musl|aarch64-musl)
+		broken="https://travis-ci.org/github/void-linux/void-packages/builds/713040286";;
+	x86_64*|i686|aarch64) ;; # known working
+	*) ;; # status unknown
+esac
+
+pre_configure() {
+	# move submodules to the proper location
+	rmdir crates/c-api/wasm-c-api
+	rmdir crates/wasi-common/WASI
+
+	mv -v ../wasm-c-api-${_wasm_c_api_commit} crates/c-api/wasm-c-api
+	mv -v ../WASI-${_WASI_commit} crates/wasi-common/WASI
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR REVIEW] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (8 preceding siblings ...)
  2020-08-16  8:32 ` [PR PATCH] [Updated] " ifreund
@ 2020-08-16  9:51 ` Piraty
  2020-08-16  9:51 ` Piraty
                   ` (16 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Piraty @ 2020-08-16  9:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#discussion_r471091287

Comment:
please report this upstream

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR REVIEW] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (10 preceding siblings ...)
  2020-08-16  9:51 ` Piraty
@ 2020-08-16  9:51 ` Piraty
  2020-08-16  9:56 ` Piraty
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Piraty @ 2020-08-16  9:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#discussion_r471091336

Comment:
no need as well

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR REVIEW] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (9 preceding siblings ...)
  2020-08-16  9:51 ` [PR REVIEW] " Piraty
@ 2020-08-16  9:51 ` Piraty
  2020-08-16  9:51 ` Piraty
                   ` (15 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Piraty @ 2020-08-16  9:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#discussion_r471091318

Comment:
no need

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR REVIEW] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (11 preceding siblings ...)
  2020-08-16  9:51 ` Piraty
@ 2020-08-16  9:56 ` Piraty
  2020-08-16  9:57 ` Piraty
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Piraty @ 2020-08-16  9:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 271 bytes --]

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#discussion_r471091287

Comment:
please report this upstream (if feasable), and/or mark the crate causing this so it can easily be checked later (if feasable)

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR REVIEW] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (12 preceding siblings ...)
  2020-08-16  9:56 ` Piraty
@ 2020-08-16  9:57 ` Piraty
  2020-08-16  9:59 ` Piraty
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Piraty @ 2020-08-16  9:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#discussion_r471091955

Comment:
i suspect: `armv* | aarch64* ` (and probably ppc as well, but that needs verification)

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR REVIEW] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (13 preceding siblings ...)
  2020-08-16  9:57 ` Piraty
@ 2020-08-16  9:59 ` Piraty
  2020-08-16 10:00 ` Piraty
                   ` (11 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Piraty @ 2020-08-16  9:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#discussion_r471091955

Comment:
now that is strange. aarch64 works, aarch64-musl does not, x86_64-musl works

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR REVIEW] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (14 preceding siblings ...)
  2020-08-16  9:59 ` Piraty
@ 2020-08-16 10:00 ` Piraty
  2020-08-16 10:00 ` Piraty
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Piraty @ 2020-08-16 10:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 279 bytes --]

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#discussion_r471091955

Comment:
now that is strange. aarch64 works, aarch64-musl does not, x86_64-musl works.
i suspect this is more correct: `armv* | aarch64-musl`

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR REVIEW] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (15 preceding siblings ...)
  2020-08-16 10:00 ` Piraty
@ 2020-08-16 10:00 ` Piraty
  2020-08-16 10:33 ` ifreund
                   ` (9 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Piraty @ 2020-08-16 10:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#discussion_r471091955

Comment:
i suspect this is more correct: `armv* | aarch64-musl`

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR REVIEW] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (16 preceding siblings ...)
  2020-08-16 10:00 ` Piraty
@ 2020-08-16 10:33 ` ifreund
  2020-08-16 10:45 ` [PR PATCH] [Updated] " ifreund
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-16 10:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 279 bytes --]

New review comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#discussion_r471095741

Comment:
Reported the `aarch64-musl` failure here: https://github.com/bytecodealliance/wasmtime/issues/2133. `armv*` seems to be unsupported.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (17 preceding siblings ...)
  2020-08-16 10:33 ` ifreund
@ 2020-08-16 10:45 ` ifreund
  2020-08-16 10:48 ` ifreund
                   ` (7 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-16 10:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages wasmtime
https://github.com/void-linux/void-packages/pull/23931

New package: wasmtime-0.19.0


A patch file from https://github.com/void-linux/void-packages/pull/23931.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wasmtime-23931.patch --]
[-- Type: text/x-diff, Size: 2091 bytes --]

From fb5d87889d48bc0100253f856240f3a22b846000 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Wed, 29 Jul 2020 20:15:00 +0200
Subject: [PATCH] New package: wasmtime-0.19.0

---
 srcpkgs/wasmtime/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/wasmtime/template

diff --git a/srcpkgs/wasmtime/template b/srcpkgs/wasmtime/template
new file mode 100644
index 00000000000..9b54f39f76e
--- /dev/null
+++ b/srcpkgs/wasmtime/template
@@ -0,0 +1,37 @@
+# Template file for 'wasmtime'
+pkgname=wasmtime
+version=0.19.0
+revision=1
+archs="~armv*"
+build_style=cargo
+short_desc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/bytecodealliance/wasmtime"
+_spec_testsuite_commit=d2163dace09d647bccf34b9b82a6f05a3b23cf29
+_wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
+_WASI_commit=2b027d91c29e6141a3768e638076daa23f51621c
+distfiles="${homepage}/archive/v${version}.tar.gz
+ https://github.com/WebAssembly/testsuite/archive/${_spec_testsuite_commit}.tar.gz
+ https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz
+ https://github.com/WebAssembly/WASI/archive/${_WASI_commit}.tar.gz"
+checksum="f569c74aacd4fe52c5fabe4fda9dd6c41bce72e8e467b52a38626bc0dbad1149
+ 1ea206dba1b0826cf52e7a4b9328a341c75e8642072ab5e34356def380ad504d
+ aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c
+ caf4343207d9f3ec135aae8c113824a8b588db61538d210b22acd6ea7c6d485e"
+
+case ${XBPS_TARGET_MACHINE} in
+	aarch64-musl)
+		broken="https://travis-ci.org/github/void-linux/void-packages/builds/713040286";;
+esac
+
+pre_configure() {
+	# move submodules to the proper location
+	rmdir tests/spec_testsuite
+	rmdir crates/c-api/wasm-c-api
+	rmdir crates/wasi-common/WASI
+
+	mv -v ../testsuite-${_spec_testsuite_commit} tests/spec_testsuite
+	mv -v ../wasm-c-api-${_wasm_c_api_commit} crates/c-api/wasm-c-api
+	mv -v ../WASI-${_WASI_commit} crates/wasi-common/WASI
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (18 preceding siblings ...)
  2020-08-16 10:45 ` [PR PATCH] [Updated] " ifreund
@ 2020-08-16 10:48 ` ifreund
  2020-08-16 10:48 ` ifreund
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-16 10:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#issuecomment-674510987

Comment:
Set `archs=~armv*` as upstream does not support it judging by this [code](https://github.com/bytecodealliance/wasmtime/blob/0387169934e91722b8b6819773eacc6893718296/crates/runtime/src/traphandlers.rs#L158-L172).

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (19 preceding siblings ...)
  2020-08-16 10:48 ` ifreund
@ 2020-08-16 10:48 ` ifreund
  2020-08-16 19:54 ` [PR REVIEW] " Piraty
                   ` (5 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-16 10:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#issuecomment-674510987

Comment:
Set `archs=~armv*` as upstream does not support it judging by this [code](https://github.com/bytecodealliance/wasmtime/blob/0387169934e91722b8b6819773eacc6893718296/crates/runtime/src/traphandlers.rs#L158-L172).

Also added the missing submodule for the test suite so the tests now run.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR REVIEW] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (20 preceding siblings ...)
  2020-08-16 10:48 ` ifreund
@ 2020-08-16 19:54 ` Piraty
  2020-08-16 20:01 ` [PR PATCH] [Updated] " ifreund
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Piraty @ 2020-08-16 19:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#discussion_r471151432

Comment:
judging from [this code](https://github.com/bytecodealliance/wasmtime/blob/0387169934e91722b8b6819773eacc6893718296/crates/runtime/src/traphandlers.rs#L158-L172) you referenced earlier, you want to set `archs="x86_64* i686* aarch64*"`

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (21 preceding siblings ...)
  2020-08-16 19:54 ` [PR REVIEW] " Piraty
@ 2020-08-16 20:01 ` ifreund
  2020-08-16 20:01 ` [PR REVIEW] " ifreund
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-16 20:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages wasmtime
https://github.com/void-linux/void-packages/pull/23931

New package: wasmtime-0.19.0


A patch file from https://github.com/void-linux/void-packages/pull/23931.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wasmtime-23931.patch --]
[-- Type: text/x-diff, Size: 2107 bytes --]

From 7efe84b379f191370cc800debcc7b6a167df98d2 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Wed, 29 Jul 2020 20:15:00 +0200
Subject: [PATCH] New package: wasmtime-0.19.0

---
 srcpkgs/wasmtime/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/wasmtime/template

diff --git a/srcpkgs/wasmtime/template b/srcpkgs/wasmtime/template
new file mode 100644
index 00000000000..a27bf184bc3
--- /dev/null
+++ b/srcpkgs/wasmtime/template
@@ -0,0 +1,37 @@
+# Template file for 'wasmtime'
+pkgname=wasmtime
+version=0.19.0
+revision=1
+archs="x86_64* i686* aarch64*"
+build_style=cargo
+short_desc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/bytecodealliance/wasmtime"
+_spec_testsuite_commit=d2163dace09d647bccf34b9b82a6f05a3b23cf29
+_wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
+_WASI_commit=2b027d91c29e6141a3768e638076daa23f51621c
+distfiles="${homepage}/archive/v${version}.tar.gz
+ https://github.com/WebAssembly/testsuite/archive/${_spec_testsuite_commit}.tar.gz
+ https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz
+ https://github.com/WebAssembly/WASI/archive/${_WASI_commit}.tar.gz"
+checksum="f569c74aacd4fe52c5fabe4fda9dd6c41bce72e8e467b52a38626bc0dbad1149
+ 1ea206dba1b0826cf52e7a4b9328a341c75e8642072ab5e34356def380ad504d
+ aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c
+ caf4343207d9f3ec135aae8c113824a8b588db61538d210b22acd6ea7c6d485e"
+
+case ${XBPS_TARGET_MACHINE} in
+	aarch64-musl)
+		broken="https://travis-ci.org/github/void-linux/void-packages/builds/713040286";;
+esac
+
+pre_configure() {
+	# move submodules to the proper location
+	rmdir tests/spec_testsuite
+	rmdir crates/c-api/wasm-c-api
+	rmdir crates/wasi-common/WASI
+
+	mv -v ../testsuite-${_spec_testsuite_commit} tests/spec_testsuite
+	mv -v ../wasm-c-api-${_wasm_c_api_commit} crates/c-api/wasm-c-api
+	mv -v ../WASI-${_WASI_commit} crates/wasi-common/WASI
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR REVIEW] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (22 preceding siblings ...)
  2020-08-16 20:01 ` [PR PATCH] [Updated] " ifreund
@ 2020-08-16 20:01 ` ifreund
  2020-08-16 20:02 ` [PR PATCH] [Updated] " ifreund
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-16 20:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

New review comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#discussion_r471152112

Comment:
Good point, done.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (23 preceding siblings ...)
  2020-08-16 20:01 ` [PR REVIEW] " ifreund
@ 2020-08-16 20:02 ` ifreund
  2020-08-16 20:03 ` ifreund
  2020-08-17  8:33 ` [PR PATCH] [Merged]: " Piraty
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-16 20:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages wasmtime
https://github.com/void-linux/void-packages/pull/23931

New package: wasmtime-0.19.0


A patch file from https://github.com/void-linux/void-packages/pull/23931.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wasmtime-23931.patch --]
[-- Type: text/x-diff, Size: 2093 bytes --]

From 29a435acce1fedd4490ed17ac8447dcac53c78f0 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Wed, 29 Jul 2020 20:15:00 +0200
Subject: [PATCH] New package: wasmtime-0.19.0

---
 srcpkgs/wasmtime/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/wasmtime/template

diff --git a/srcpkgs/wasmtime/template b/srcpkgs/wasmtime/template
new file mode 100644
index 00000000000..c970eff418f
--- /dev/null
+++ b/srcpkgs/wasmtime/template
@@ -0,0 +1,37 @@
+# Template file for 'wasmtime'
+pkgname=wasmtime
+version=0.19.0
+revision=1
+archs="x86_64* i686* aarch64*"
+build_style=cargo
+short_desc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/bytecodealliance/wasmtime"
+_spec_testsuite_commit=d2163dace09d647bccf34b9b82a6f05a3b23cf29
+_wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
+_WASI_commit=2b027d91c29e6141a3768e638076daa23f51621c
+distfiles="${homepage}/archive/v${version}.tar.gz
+ https://github.com/WebAssembly/testsuite/archive/${_spec_testsuite_commit}.tar.gz
+ https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz
+ https://github.com/WebAssembly/WASI/archive/${_WASI_commit}.tar.gz"
+checksum="f569c74aacd4fe52c5fabe4fda9dd6c41bce72e8e467b52a38626bc0dbad1149
+ 1ea206dba1b0826cf52e7a4b9328a341c75e8642072ab5e34356def380ad504d
+ aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c
+ caf4343207d9f3ec135aae8c113824a8b588db61538d210b22acd6ea7c6d485e"
+
+case ${XBPS_TARGET_MACHINE} in
+	aarch64-musl)
+		broken="https://github.com/bytecodealliance/wasmtime/issues/2133";;
+esac
+
+pre_configure() {
+	# move submodules to the proper location
+	rmdir tests/spec_testsuite
+	rmdir crates/c-api/wasm-c-api
+	rmdir crates/wasi-common/WASI
+
+	mv -v ../testsuite-${_spec_testsuite_commit} tests/spec_testsuite
+	mv -v ../wasm-c-api-${_wasm_c_api_commit} crates/c-api/wasm-c-api
+	mv -v ../WASI-${_WASI_commit} crates/wasi-common/WASI
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (24 preceding siblings ...)
  2020-08-16 20:02 ` [PR PATCH] [Updated] " ifreund
@ 2020-08-16 20:03 ` ifreund
  2020-08-17  8:33 ` [PR PATCH] [Merged]: " Piraty
  26 siblings, 0 replies; 28+ messages in thread
From: ifreund @ 2020-08-16 20:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/23931#issuecomment-674571245

Comment:
Also changed the `broken=` link to point to the issue opened upstream.


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Merged]: New package: wasmtime-0.19.0
  2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
                   ` (25 preceding siblings ...)
  2020-08-16 20:03 ` ifreund
@ 2020-08-17  8:33 ` Piraty
  26 siblings, 0 replies; 28+ messages in thread
From: Piraty @ 2020-08-17  8:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

There's a merged pull request on the void-packages repository

New package: wasmtime-0.19.0
https://github.com/void-linux/void-packages/pull/23931

Description:


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2020-08-17  8:33 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 18:15 [PR PATCH] New package: wasmtime-0.19.0 ifreund
2020-07-29 19:27 ` [PR PATCH] [Updated] " ifreund
2020-07-29 19:30 ` ifreund
2020-08-05  9:29 ` ifreund
2020-08-05  9:38 ` ifreund
2020-08-07  0:03 ` [PR PATCH] [Updated] " ifreund
2020-08-07  0:04 ` ifreund
2020-08-16  0:04 ` [PR PATCH] [Updated] " ifreund
2020-08-16  0:05 ` ifreund
2020-08-16  8:32 ` [PR PATCH] [Updated] " ifreund
2020-08-16  9:51 ` [PR REVIEW] " Piraty
2020-08-16  9:51 ` Piraty
2020-08-16  9:51 ` Piraty
2020-08-16  9:56 ` Piraty
2020-08-16  9:57 ` Piraty
2020-08-16  9:59 ` Piraty
2020-08-16 10:00 ` Piraty
2020-08-16 10:00 ` Piraty
2020-08-16 10:33 ` ifreund
2020-08-16 10:45 ` [PR PATCH] [Updated] " ifreund
2020-08-16 10:48 ` ifreund
2020-08-16 10:48 ` ifreund
2020-08-16 19:54 ` [PR REVIEW] " Piraty
2020-08-16 20:01 ` [PR PATCH] [Updated] " ifreund
2020-08-16 20:01 ` [PR REVIEW] " ifreund
2020-08-16 20:02 ` [PR PATCH] [Updated] " ifreund
2020-08-16 20:03 ` ifreund
2020-08-17  8:33 ` [PR PATCH] [Merged]: " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).