mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-07 01:35:52 +02:00
gnu: Add rust-wast-35.
* gnu/packages/crates-io.scm (rust-wast-35): New variable. Change-Id: I9f5ac0e955b06fa8113a6ab574f4e1645c0af434 Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
committed by
Hilton Chain
parent
509d66a521
commit
dc9df2dbc7
@@ -96632,6 +96632,27 @@ format to the text format.")
|
||||
@code{WebAssembly} Text formats WAT and WAST.")
|
||||
(license (list license:asl2.0 license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-wast-35
|
||||
(package
|
||||
(inherit rust-wast-226)
|
||||
(name "rust-wast")
|
||||
(version "35.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wast" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0s2d43g326dw21bygpalzjnr1fi83lx4afimg1h5hilrnkql1w9f"))))
|
||||
(arguments
|
||||
`(#:tests? #f ;undeclared crate wat/wasmparser
|
||||
#:cargo-inputs
|
||||
(("rust-leb128" ,rust-leb128-0.2)
|
||||
("rust-wasmparser-dump" ,rust-wasmparser-dump-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-rayon" ,rust-rayon-1))))))
|
||||
|
||||
(define-public rust-wat-1
|
||||
(package
|
||||
(name "rust-wat")
|
||||
|
||||
Reference in New Issue
Block a user