1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 22:20:38 +02:00

gnu: Add rust-wasmtime-component-util-25.

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

Change-Id: Ib0aefbc176c44248a4e2a57e325f24e8c1d1caf5
Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
Steve George
2025-03-23 16:10:05 +00:00
committed by Hilton Chain
parent 4d21645150
commit 0bc289db24

View File

@@ -96555,6 +96555,26 @@ binary format.")
format to the text format.")
(license (list license:asl2.0 license:asl2.0 license:expat))))
(define-public rust-wasmtime-component-util-25
(package
(name "rust-wasmtime-component-util")
(version "25.0.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "wasmtime-component-util" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0s1210kx2w78k712vvc4svh1c00x8x31n7brzp96d7b2aqmrvhpx"))))
(build-system cargo-build-system)
(home-page "https://github.com/bytecodealliance/wasmtime")
(synopsis
"Utility types and functions for the component model in Wasmtime")
(description
"This package provides utility types and functions to support the
component model in Wasmtime.")
(license (list license:asl2.0))))
(define-public rust-wasmtime-types-25
(package
(name "rust-wasmtime-types")