wasmtime 34.0.0-aarch64-linux-musl → 37.0.2-aarch64-linux-musl

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: 1ab9a597b460bd408da0444b215c34b77e78cb05caa8a499ed6815e80dd5504b
4
- data.tar.gz: e4de2033bcc442a0af0b422e72c9764d52febb737e0c90b2f0f5b20293eea71b
3
+ metadata.gz: 47c995c2875a45eb976692f28e856814dc1a9f5ccbca4b9ee94e5908f4b18d7b
4
+ data.tar.gz: 93a15f4cf4613488183a4587cffa3f7e73e04bae21baa394a50b1885f5c93997
5
5
  SHA512:
6
- metadata.gz: 86ac6b81a30a86b59b0c7256d847cab5c6748e3e7bd7df99c98010d96427cc4a38016d4564485801eb0c5257d49dd465e2132b704ef6766f51f594b4121bb3d6
7
- data.tar.gz: 21e9affa77704404e635959837170f961d59bde52e20acdaf0bb7e9d664d660dec3a1de8ac8fbf47523e2ed655b82c2b4090a5e73f70498a92400a90c9f5d8cb
6
+ metadata.gz: 8d93f2c33587504b2eaeb6c285a1ce81fdb1a3ad9d50e96cfcea5411e56428edbf58f00c69a3ba9f698db51adf65ebc0b284bffd081b2bcd27f3b96b0862e8c7
7
+ data.tar.gz: 9926e63ce154c6461bab87e5f8353955a2ef2ced38a6fd14cc24dd1fa61e8092c0ffb6f63fc4afc41e543d0adc954577e486fd5144f7d00b627e8529e0785af8
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "34.0.0"
4
+ VERSION = "37.0.2"
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: 34.0.0
4
+ version: 37.0.2
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-02 00:00:00.000000000 Z
11
+ date: 2025-10-16 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