wasmtime 36.0.0-x64-mingw-ucrt → 38.0.4-x64-mingw-ucrt

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: b90637c031d603a9eec2a5520674c715637f9d310970b2c8fa81e60d96b7caff
4
- data.tar.gz: e84a389be5a5193e8760632db596686905dca2c7a5b78b06ea5513706c79bdbd
3
+ metadata.gz: 7bb352987031b1331a828e3a9fc4f31839e6eb4ee2beb2393c164ea8080a2a48
4
+ data.tar.gz: f23decf15a98a3815f886cc97bd92b7c5ded1ee9adf161dfe6cad3c0421ab148
5
5
  SHA512:
6
- metadata.gz: 25d742357bdc36a923bb012add1752237b10b13cbfcac1e56eaa3de34875feb4269e856b8179581cc1eac0f5a15800ee9fb3f7b4504c8098c9a693f21968b663
7
- data.tar.gz: c52d8477af2d9a0fae1d6b79bd6b0958332e97258c81dc72f81daca052afcede69aba7db0dd849f602df8f59500654423657bc5a7e32cefee848a6eef3c39ff2
6
+ metadata.gz: 739951d36034cc4ed4d7be4f06c195eb4487a4437b23c383a7cf0721d634b63eb51d3b343db3df793753cd237292764609273c385176cf7958858f4bf77dcbe5
7
+ data.tar.gz: 0d3166f161761852a8e3484545fc81aa80e31d832b4b1104d2231f47399ddfcd97d70e4d360c41d5a2eea411a46a3264ac13401d51f3803ff1a495c43b7501c5
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: x64-mingw-ucrt
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