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-jit-icache-coherence-18):
New variable.
Change-Id: I6c5a2b409175b94a0f4b957d2edf26a06bed430d
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ad8dd0b84b..00c8731b18 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -78831,6 +78831,29 @@ (define-public rust-wasmtime-jit-debug-18
(description "JIT debug interfaces support for Wasmtime")
(license license:asl2.0))) ;; With LLVM exception.
+(define-public rust-wasmtime-jit-icache-coherence-18
+ (package
+ (name "rust-wasmtime-jit-icache-coherence")
+ (version "18.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "wasmtime-jit-icache-coherence" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1wvd5sf79cshgrf45z7r94c2xmvh6sm58sr268mn7d49a1h38rl6"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-windows-sys" ,rust-windows-sys-0.52))))
+ (home-page "https://github.com/bytecodealliance/wasmtime")
+ (synopsis "JIT instruction cache maintenance")
+ (description "This package provides a library with utilities for JIT
+instruction cache maintenance")
+ (license license:asl2.0))) ;; With LLVM exception.
+
(define-public rust-wasmtime-types-18
(package
(name "rust-wasmtime-types")
--
2.41.0
This bug report was last modified 40 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.