mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: Add rust-wasm-encoder-0.38.
* gnu/packages/crates-io.scm (rust-wasm-encoder-0.38): New variable. Change-Id: I65ed0c765de80d25f63fb6710ad9af8f9896632a
This commit is contained in:
parent
99bc3b8c19
commit
453453b816
1 changed files with 25 additions and 0 deletions
|
@ -78637,6 +78637,31 @@ (define-public rust-wasm-bindgen-test-macro-0.2
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
||||||
("rust-quote" ,rust-quote-0.6))))))
|
("rust-quote" ,rust-quote-0.6))))))
|
||||||
|
|
||||||
|
(define-public rust-wasm-encoder-0.38
|
||||||
|
(package
|
||||||
|
(name "rust-wasm-encoder")
|
||||||
|
(version "0.38.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "wasm-encoder" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0gwzfwals53swmp18n4mwaqx9jldrgy4647xw97pz76yhhcbblha"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ; unresolved import `wasmparser`
|
||||||
|
#:cargo-inputs (("rust-leb128" ,rust-leb128-0.2)
|
||||||
|
("rust-wasmparser" ,rust-wasmparser-0.118))
|
||||||
|
#:cargo-development-inputs (("rust-anyhow" ,rust-anyhow-1)
|
||||||
|
("rust-tempfile" ,rust-tempfile-3))))
|
||||||
|
(home-page
|
||||||
|
"https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder")
|
||||||
|
(synopsis "Low-level WebAssembly encoder")
|
||||||
|
(description
|
||||||
|
"This package provides a low-level @code{WebAssembly} encoder.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-wasm-streams-0.3
|
(define-public rust-wasm-streams-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-wasm-streams")
|
(name "rust-wasm-streams")
|
||||||
|
|
Loading…
Reference in a new issue