1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 16:45:58 +02:00

gnu: Add rust-wasmtime-asm-macros-25.

* gnu/packages/crates-io.scm (rust-wasmtime-asm-macros-25): New variable.

Change-Id: I58b07feb386e60076c619d509fd29809469f99df
Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
Steve George
2025-03-23 22:42:07 +00:00
committed by Hilton Chain
parent 82103c57b1
commit f706f58891
+20
View File
@@ -96627,6 +96627,26 @@ format to the text format.")
"This package provides a converter from WebAssembly binary format to text.")
(license (list license:asl2.0 license:asl2.0 license:expat))))
(define-public rust-wasmtime-asm-macros-25
(package
(name "rust-wasmtime-asm-macros")
(version "25.0.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "wasmtime-asm-macros" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "09x0j21wj9rcqbhhhdjw100ijc6zw2q9m7ckk8860b9wk3wwgq1h"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1))))
(home-page "https://github.com/bytecodealliance/wasmtime")
(synopsis "Macros for defining asm functions in Wasmtime")
(description
"This package provides Macros for defining asm functions in Wasmtime.")
(license (list license:asl2.0))))
(define-public rust-wasmtime-component-macro-25
(package
(name "rust-wasmtime-component-macro")