wasmtime 32.0.0-aarch64-linux → 34.0.0-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: 95b5626082ec62e2f5c515038f0c8eaccec99e82275bebd40635ae4269e27550
4
- data.tar.gz: c551b15bb2b16088f023deb14f4f903dfe0959fadc96a4ebfbd0b926b56cfd45
3
+ metadata.gz: 644b7ad91f251986517e15f355f31b882e2b128d59a6063a3e9646a78a3c4dd7
4
+ data.tar.gz: 56765b183ea956b0578cdf929c8a31a8683f1083410fcdda3c689cb161f27c8c
5
5
  SHA512:
6
- metadata.gz: ad53ac06ee386b46e6644f1c53c11a8c599a40fae583e4b053fe19934b4c3cf9b5237327220e3fb5394826debdf1003494cde42469d7c5b54659b424ae274a5f
7
- data.tar.gz: 3a36ae44cd37af452e0235a317fd80a23a0dcff1d8038793826bba7cf737ebc4ac43018cc08740c13d391903d83f1fd12f9daf8fe98a4fdec506e486d3ca6060
6
+ metadata.gz: ef9db9def065135aba25b7e2cff9d8354aacec3fc6219e7eb0d5f3f5a71007ae7cfb208ad749dd3adea8d52b80dca60643ed05b0fb7f0c7c99701c159e1bc35f
7
+ data.tar.gz: 637114b7587114eb0832fcdebe1bfb1aef79f017f5ba041742095199fe15bdeb267868fb5e712af8a06a17516804ec031f853e382aa32dc5ce5d0721818beca0
Binary file
Binary file
@@ -1,6 +1,3 @@
1
- # To prevent double loading of this file when `ruby-api` is enabled
2
- return if defined?(Wasmtime::Component::Result)
3
-
4
1
  module Wasmtime
5
2
  module Component
6
3
  # Represents a component model's +result<O, E>+ type.
@@ -1,8 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # To prevent double loading of this file when `ruby-api` is enabled
4
- return if defined?(Wasmtime::Error)
5
-
6
3
  module Wasmtime
7
4
  class Error < StandardError; end
8
5
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "32.0.0"
4
+ VERSION = "34.0.0"
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: 32.0.0
4
+ version: 34.0.0
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-06-03 00:00:00.000000000 Z
11
+ date: 2025-07-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email:
@@ -21,7 +21,6 @@ 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
25
24
  - lib/wasmtime/3.4/wasmtime_rb.so
26
25
  - lib/wasmtime/component.rb
27
26
  - lib/wasmtime/error.rb
Binary file