GNU bug report logs -
#70146
[PATCH rust-team 000/147] tree-sitter: Update to 0.22.2.
Previous Next
Full log
Message #254 received at 70146 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-wasmtime-component-macro-18): New
variable.
Change-Id: I1f4ec6c5023b198e518d82a0a90f255d04094ba0
---
gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3bbfef0db0..c62d6fb6b4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -78623,6 +78623,34 @@ (define-public rust-wasmtime-component-util-18
functions to support the component model in Wasmtime.")
(license license:asl2.0))) ;; With the LLVM exception.
+(define-public rust-wasmtime-component-macro-18
+ (package
+ (name "rust-wasmtime-component-macro")
+ (version "18.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "wasmtime-component-macro" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0xp3pmlzlk137h7y6dldnpjbcv7hk5if9h2jk1nfqr8mag08cdvx"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-anyhow" ,rust-anyhow-1)
+ ("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-2)
+ ("rust-wasmtime-component-util" ,rust-wasmtime-component-util-18)
+ ("rust-wasmtime-wit-bindgen" ,rust-wasmtime-wit-bindgen-18)
+ ("rust-wit-parser" ,rust-wit-parser-0.13))))
+ (home-page "https://github.com/bytecodealliance/wasmtime")
+ (synopsis "Generate WebAssembly component interface")
+ (description "This package provides a library with procedural macros to
+generate WebAssembly component interface types from Rust types.")
+ (license license:asl2.0))) ;; With LLVM exception.
+
(define-public rust-wasmtime-environ-18
(package
(name "rust-wasmtime-environ")
--
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.