wasmtime 36.0.0-x86_64-linux → 38.0.4-x86_64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7158c1af8048a0a2dbedb6095d7b62063aa34e5c89f456fc9c167c9da7a5112b
4
- data.tar.gz: acc7ff134763bbd8b450f39362fec7c4a6d88b0cf09c8e5c22aeed6785bc4d78
3
+ metadata.gz: 876165988f831f0e2ee870b0714ea7d644bcb4ed1aebe0146057bcfab61e35b9
4
+ data.tar.gz: a67929a2544cca6c91a6ae3be6c1706369bc071153de6ed0932aabf1fe8f59c6
5
5
  SHA512:
6
- metadata.gz: 5c761fc01794bc3d6084895c71b2e919ca2737cf8f7a244152c3979e83454cdcbfa0eb1ddc60bdc56bb3bcf669ad5bc7d6b12d5de3645c0c4dea07fad17e3061
7
- data.tar.gz: fd886d1554fd84e07685f245ff474d961e521ff609ce456460bc6de758023a6b44cf42489e58dca6350be016e068bccaab11eb484682d753d92f4dd51071fc5f
6
+ metadata.gz: e9e152d61c62b10b454dca6de1ed1ac68cb23bdd705cd39fc27c3ed0c3676b5005df78d84b0d4d3559dbe13136c6e4121267be763195518b64f5c0ca92860780
7
+ data.tar.gz: de418de449a7a9495472bcca878491c1ebd8479f02dc68bb0f9374265168b330a86a0e7bf85b1817753e2b3840736ab9b842713454010917933d68dd85929d77
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "36.0.0"
4
+ VERSION = "38.0.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wasmtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 36.0.0
4
+ version: 38.0.4
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-09-09 00:00:00.000000000 Z
11
+ date: 2025-11-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email:
@@ -21,6 +21,7 @@ files:
21
21
  - README.md
22
22
  - lib/wasmtime.rb
23
23
  - lib/wasmtime/3.2/wasmtime_rb.so
24
+ - lib/wasmtime/3.3/wasmtime_rb.so
24
25
  - lib/wasmtime/3.4/wasmtime_rb.so
25
26
  - lib/wasmtime/component.rb
26
27
  - lib/wasmtime/error.rb