wasmtime 34.0.0-aarch64-linux → 37.0.2-aarch64-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: 644b7ad91f251986517e15f355f31b882e2b128d59a6063a3e9646a78a3c4dd7
4
- data.tar.gz: 56765b183ea956b0578cdf929c8a31a8683f1083410fcdda3c689cb161f27c8c
3
+ metadata.gz: a52d24be7249e93638053f25de40247fed2a6cf28f25d590b309b56623770b4d
4
+ data.tar.gz: c62030b86b35672bc09163d9a61fc45402673078deca74c4992581c2b07b8cb3
5
5
  SHA512:
6
- metadata.gz: ef9db9def065135aba25b7e2cff9d8354aacec3fc6219e7eb0d5f3f5a71007ae7cfb208ad749dd3adea8d52b80dca60643ed05b0fb7f0c7c99701c159e1bc35f
7
- data.tar.gz: 637114b7587114eb0832fcdebe1bfb1aef79f017f5ba041742095199fe15bdeb267868fb5e712af8a06a17516804ec031f853e382aa32dc5ce5d0721818beca0
6
+ metadata.gz: 9ae56446e98ba90ac5314e4b240eaf007847a2532d7abe34c3b0b55a15e8f3dcc9a1cc2ac6d35bf8f5024c073dc43b622764e95f269a7651c194a54735168671
7
+ data.tar.gz: 6afb061292e6afd9cccec6fa3ffff947055b3376b2e781304d1be72e8c60de21998e89474d110c6c3f8d3218a8bd176b69a6239f1df38895f0aeaeff2f231406
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
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