1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: Add rust-wasmparser@0.207.0.

* gnu/packages/crates-io.scm (rust-wasmparser-0.207): New variable.

Change-Id: Id672ff9e878dc89fc5f8dccaf883a613cc9b14d1
This commit is contained in:
Danny Milosavljevic 2025-05-19 02:14:32 +02:00
parent d7828904e7
commit d8f07da895
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -93617,6 +93617,33 @@ attribute that is not in the shared backend crate.")
and native running processes.")
(license (list license:expat license:asl2.0))))
(define-public rust-wasmparser-0.207
(package
(name "rust-wasmparser")
(version "0.207.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "wasmparser" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0b694q3frf4xvavj0rw7xk3j852gqljdp2pghajnsq87mgwbk6z1"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-ahash" ,rust-ahash-0.8)
("rust-bitflags" ,rust-bitflags-2)
("rust-hashbrown" ,rust-hashbrown-0.14)
("rust-indexmap" ,rust-indexmap-2)
("rust-semver" ,rust-semver-1))))
(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
@code{WebAssembly} binary files.")
(license license:asl2.0)))
(define-public rust-wasmparser-0.218
(package
(name "rust-wasmparser")