mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-15 14:58:59 +02:00
gnu: Add rust-cranelift-wasm-0.112.
* gnu/packages/crates-io.scm (rust-cranelift-wasm-0.112): New variable. Change-Id: I8a2f6c9183729aacca7fa7edd799fc6d150cffd4 Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
committed by
Hilton Chain
parent
edbe7b4a31
commit
31419da3fe
@@ -17260,6 +17260,41 @@ mapping keys.")
|
||||
domain-specific language for instruction selection in Cranelift.")
|
||||
(license (list license:asl2.0))))
|
||||
|
||||
(define-public rust-cranelift-wasm-0.112
|
||||
(package
|
||||
(name "rust-cranelift-wasm")
|
||||
(version "0.112.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cranelift-wasm" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1hiy6vw4zmbqp9figvpg97fqj24xvazi52wdxxa79afcjl48cy5q"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cranelift-codegen" ,rust-cranelift-codegen-0.112)
|
||||
("rust-cranelift-entity" ,rust-cranelift-entity-0.112)
|
||||
("rust-cranelift-frontend" ,rust-cranelift-frontend-0.112)
|
||||
("rust-hashbrown" ,rust-hashbrown-0.14)
|
||||
("rust-itertools" ,rust-itertools-0.12)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-wasmparser" ,rust-wasmparser-0.217)
|
||||
("rust-wasmtime-types" ,rust-wasmtime-types-25))
|
||||
#:cargo-development-inputs
|
||||
(("rust-target-lexicon" ,rust-target-lexicon-0.12)
|
||||
("rust-wat" ,rust-wat-1))))
|
||||
(home-page "https://github.com/bytecodealliance/wasmtime")
|
||||
(synopsis "Translator from WebAssembly to Cranelift IR")
|
||||
(description
|
||||
"This package provides Translator from @code{WebAssembly} to Cranelift
|
||||
IR.")
|
||||
(license (list license:asl2.0))))
|
||||
|
||||
(define-public rust-crates-index-0.19
|
||||
(package
|
||||
(name "rust-crates-index")
|
||||
|
||||
Reference in New Issue
Block a user