wasmtime 34.0.0-x86_64-darwin → 37.0.2-x86_64-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: 05c987b99a196fd7c7a55bdd1b4a6a522c2cdc30484905e9c4f29427619cddee
4
- data.tar.gz: 84979c832e861223e9d6758c6dc194c7da4ee961fccf92e2c74f638458c6ce96
3
+ metadata.gz: 12e17fdf14a0beea1bf59c1d7f828cd191ee00cca437a079273246435b0a73f6
4
+ data.tar.gz: 63f46a6aeaff7a29fcf3363dbe644211211ababf575d8ac5c8e3e9cd45f6ad3f
5
5
  SHA512:
6
- metadata.gz: ededde1ebd6c6b9e3f9063c359e3afe612436c153790ed6ee610c34b5dacad6d54e3781dbbbb9fb0dc368f815969bb906a39914d61103bf39249eb032df6e933
7
- data.tar.gz: 38cb1aede93aed6b44899e33c085d726c64df0c38b684c6cd15a3437cfdc1017a507dd908c2c1266db438309e2a4cc10f3be629727aa123b9d2d1e12b4f0da48
6
+ metadata.gz: 950519f13c1e6c466b7c18350a3a8cff70f692fd597e3316476cd7e163c858ae5a8a2ed62d456b172ec6b2f708cd632040ab069a3ef9c558573b9c689fa005b0
7
+ data.tar.gz: 29c30514a66fb65fb204aad4e5cf5b801c4ab04a4367f7bb4f5558a7ebcc430b27c60d5f222eacd7ef495c2372b081ca6f869ba7d4ce6b97ac93057a3738dfbe
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: x86_64-darwin
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.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