Github messages for voidlinux
 help / color / mirror / Atom feed
From: ifreund <ifreund@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: wasmtime-0.19.0
Date: Wed, 29 Jul 2020 20:15:33 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23931@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2020-07-29 18:15 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-29 18:15 ifreund [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23931@inbox.vuxu.org \
    --to=ifreund@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).