wasmtime 33.0.0-arm64-darwin → 34.0.0-arm64-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: 99577ceb1e526eb491f64c5e76e1fa6026609299332e71b59b9c56f5f5e5d958
4
- data.tar.gz: 9f38de4f2a5e5fce491710f261d7b2542451c0d6918214bedb7ba61309b27605
3
+ metadata.gz: 90acd17f3c09af2720de9935a2e2612cc70704bc025bcc9193c6db09a2c6fc58
4
+ data.tar.gz: 6ddea2613069efd6ff46b062fbced270e444f136ec08594c9ed116fc84b2cf66
5
5
  SHA512:
6
- metadata.gz: 67e369ffbb79fb9a5e154490f795b9248d54ab6cd23e6b550004953480d7ff1e09f526c6c1ec00aa29a3d1bc5afb5dca4fc2ed4f64f590c13a1498807c08ccee
7
- data.tar.gz: d98d826e669b5e4a9041f3a18bfdf3b73b75355ee30fe87f91a8cd70cfbec165103be19b6ddf7e19f16adc4c45e297827d39f3d4e805d20b217cbf4f9f7a8578
6
+ metadata.gz: 0f1749bf524e9b707f73ea8cf80cfd28752780117438b26e0cf2ed4e14d6f40ffc07d0bdb5cdee4f7c57aac1083841ecc3f741c92270b3d3dd0e58dfa513da73
7
+ data.tar.gz: 723b4619e0c93093c46f0c5aa3a6528c4eb141485a4d28c4514a966d499ed867e6917691973a383b54d1df22a4e89cee40e9f473fed224d94334211f7d6e6384
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: arm64-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