wasmtime 33.0.0-x86_64-darwin → 34.0.0-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: a141c2147c12b94ac8c0cd076d4e3e70111ca5bc82efa3f773d9a5b816143441
4
- data.tar.gz: 689ea6ba58b38a1dba11db08da0fa99231152b345358a82fdacbe060f4529e79
3
+ metadata.gz: 05c987b99a196fd7c7a55bdd1b4a6a522c2cdc30484905e9c4f29427619cddee
4
+ data.tar.gz: 84979c832e861223e9d6758c6dc194c7da4ee961fccf92e2c74f638458c6ce96
5
5
  SHA512:
6
- metadata.gz: 1bd0f09c77f0f3f64ddcc2e9b2407a75d21f565aab95ecae0c6a2c488c06b129d65274684f1c3341b87d7178b5b0c49e0d9cba4a601f31cd6929e4bb5834fdf2
7
- data.tar.gz: 20a4a54509f128e6b88a9685afc5823a49518ce67bbdd392309ce0d16439aa2f1897b7c0461e2b895553d21565297ae0ca2a225e44a288a06744410021cf838a
6
+ metadata.gz: ededde1ebd6c6b9e3f9063c359e3afe612436c153790ed6ee610c34b5dacad6d54e3781dbbbb9fb0dc368f815969bb906a39914d61103bf39249eb032df6e933
7
+ data.tar.gz: 38cb1aede93aed6b44899e33c085d726c64df0c38b684c6cd15a3437cfdc1017a507dd908c2c1266db438309e2a4cc10f3be629727aa123b9d2d1e12b4f0da48
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 = "33.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: 33.0.0
4
+ version: 34.0.0
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-06-04 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.bundle
24
- - lib/wasmtime/3.3/wasmtime_rb.bundle
25
24
  - lib/wasmtime/3.4/wasmtime_rb.bundle
26
25
  - lib/wasmtime/component.rb
27
26
  - lib/wasmtime/error.rb
Binary file