GNU bug report logs -
#70146
[PATCH rust-team 000/147] tree-sitter: Update to 0.22.2.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-wasmtime-component-util-18): New
variable.
Change-Id: I361b38cfb2a5d08549a2d4fea0d7f51b50386984
---
gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bb9f658c6b..92230a1dbc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -78521,6 +78521,26 @@ (define-public rust-wasmprinter-0.2
WebAssembly binary format to the text format.")
(license license:asl2.0))) ;; With the LLVM exception.
+(define-public rust-wasmtime-component-util-18
+ (package
+ (name "rust-wasmtime-component-util")
+ (version "18.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "wasmtime-component-util" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0xr7ypmva710b4yrply4g84262hj431kpa0djnry0zh2k3nf5sl1"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t))
+ (home-page "https://github.com/bytecodealliance/wasmtime")
+ (synopsis "Support code for the WebAssembly component model in Wasmtime")
+ (description "This package provides a library with utility types and
+functions to support the component model in Wasmtime.")
+ (license license:asl2.0))) ;; With the LLVM exception.
+
(define-public rust-wast-201
(package
(name "rust-wast")
--
2.41.0
This bug report was last modified 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.