guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/39: gnu: Add rust-wasmparser-0.57.


From: guix-commits
Subject: 01/39: gnu: Add rust-wasmparser-0.57.
Date: Wed, 10 Mar 2021 17:52:12 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 6cadf34d1fb11b327ca79c9bdf20398190524c67
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 10 16:13:41 2021 +0100

    gnu: Add rust-wasmparser-0.57.
    
    * gnu/packages/crates-io.scm (rust-wasmparser-0.57): New variable.
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index abe4a93..99050a1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47250,6 +47250,26 @@ attribute that is not in the shared backend crate.")
      "Support for parsing WebIDL specific to wasm-bindgen.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-wasmparser-0.57
+  (package
+    (name "rust-wasmparser")
+    (version "0.57.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "wasmparser" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "19kslk9pv1bcyp85w63dn1adbp13kz7kjha80abnwz27bmbxvz9j"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t))
+    (home-page 
"https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser";)
+    (synopsis "Simple event-driven library for parsing WebAssembly binary 
files")
+    (description
+     "This package provides a simple event-driven library for parsing
+WebAssembly binary files.")
+    (license license:asl2.0)))
+
 (define-public rust-web-sys-0.3
   (package
     (name "rust-web-sys")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]