Commit Message
Jean-Pierre De Jesus DIAZ
April 2, 2024, 4:04 p.m. UTC
* gnu/packages/crates-io.scm (rust-wasmtime-versioned-export-macros-18): New variable. Change-Id: If285c3297f5b15d4e4e15ec22a01d9315c2c2eba --- 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 d097776c5c..956e7c685b 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -78744,6 +78744,29 @@ (define-public rust-wasmtime-types-18 definitions for Cranelift.") (license license:asl2.0))) ;; With LLVM exception. +(define-public rust-wasmtime-versioned-export-macros-18 + (package + (name "rust-wasmtime-versioned-export-macros") + (version "18.0.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "wasmtime-versioned-export-macros" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "18a7zihkrrz9cwxrpbdbiqp5ils0bq6cjjhxrzw44v10dmbdgf2a")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1) + ("rust-quote" ,rust-quote-1) + ("rust-syn" ,rust-syn-2)))) + (home-page "https://github.com/bytecodealliance/wasmtime") + (synopsis "Macros for defining versioned exports in Wasmtime") + (description "This package provides macros for defining versioned +exports in Wasmtime.") + (license license:asl2.0))) ;; With LLVM exception. + (define-public rust-wasmtime-wit-bindgen-18 (package (name "rust-wasmtime-wit-bindgen")