wasmtime 36.0.0-arm64-darwin → 38.0.4-arm64-darwin

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: 71c91a6a3aae9ff31ab2bd0f769dce9ce44a27281bca08e14a53abec90307c1a
4
- data.tar.gz: 8f9b50a747d36a1f3fa0f8e69f7a3db29080cee2ceb2e59957e04c052c5a383e
3
+ metadata.gz: 236b947e53b8108a1b442e03e0689cb1567f7a0ce534cf1c5d28540ba7b4a910
4
+ data.tar.gz: 5f1ce19d643b32a88e1506f4050a50f91a094920b2299bbd399b2523f3c43821
5
5
  SHA512:
6
- metadata.gz: de6e4b2f3a8f4918bd9127f77bd80026470b661ad6147fcf53c0ddf86968c1e472aa1157ff7d136f833cf092b302006cb8c643dbff87aae351a2c61a72137193
7
- data.tar.gz: 19fe6c66b614b0d53811ba0707e7f30b91a2b55a8a63077040255d7717f913712ed432ea4de2de3328fb013a7a515e5082ea2e19c5a753cbd284a5b9cd3e4a07
6
+ metadata.gz: '03845011e55d4037c319786e21b399bef104793110d63baccff528a3d41af7094599cd4422d3f2f751db284d362e791a4a080062e01933efb293d8cf993262ac'
7
+ data.tar.gz: a84e14e9663062f3528732e69dfa803b6d2a5532e0774bbd2fdd3dcf352e13c6689ecd2199d1ed8ef61e29e1f07bf40cd8712265f72b82a36b2f758317296ec3
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: arm64-darwin
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.bundle
24
+ - lib/wasmtime/3.3/wasmtime_rb.bundle
24
25
  - lib/wasmtime/3.4/wasmtime_rb.bundle
25
26
  - lib/wasmtime/component.rb
26
27
  - lib/wasmtime/error.rb