unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53730] Add binaryen
@ 2022-02-02 17:08 WinterHound
  2022-02-02 19:21 ` Maxime Devos
  2022-03-15  6:32 ` [bug#53730] [PATCH] Replaced with Guix packages WinterHound
  0 siblings, 2 replies; 4+ messages in thread
From: WinterHound @ 2022-02-02 17:08 UTC (permalink / raw)
  To: 53730; +Cc: WinterHound

---
 gnu/packages/web.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7911378f29..54da8e0b97 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1489,6 +1489,28 @@ (define-public wabt
 other systems that want to manipulate WebAssembly files.")
     (license license:asl2.0)))
 
+(define-public binaryen
+  (package
+    (name "binaryen")
+    (version "105")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/WebAssembly/binaryen")
+             (commit (string-append "version_" version))
+             (recursive? #t)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0yg9rarjv1gfbq225cj9hnbgx99n5az2m19qwfp8z41dwhh71igm"))))
+    (build-system cmake-build-system)
+    (home-page "https://github.com/WebAssembly/binaryen")
+    (synopsis "Compiler infrastructure and toolchain library for WebAssembly")
+    (description "Binaryen is a compiler and toolchain infrastructure
+library for WebAssembly, written in C++.  It aims to make compiling to
+WebAssembly easy, fast, and effective")
+    (license license:asl2.0)))
+
 (define-public websocketpp
   (package
     (name "websocketpp")
-- 
2.34.0





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

end of thread, other threads:[~2022-03-15  6:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 17:08 [bug#53730] Add binaryen WinterHound
2022-02-02 19:21 ` Maxime Devos
2022-03-06 21:38   ` Ludovic Courtès
2022-03-15  6:32 ` [bug#53730] [PATCH] Replaced with Guix packages WinterHound

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).