wasmtime 32.0.0-x86_64-linux → 34.0.0-x86_64-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: d12e7603eeb777adbc046f87d0a96c76d4fbf6f916dcfc4ffdb7de353992bf8f
4
- data.tar.gz: 302a03e519fc9fc77b536cdafa585d13ad362d0e2d99c77275b271161e6e42a5
3
+ metadata.gz: 56f9098ae9fc43b74238cf4fea648555417b7938daa73e88b8f223eebed8baaf
4
+ data.tar.gz: 6fb0f6f65184bec4c38e59d51817a1443355fabfcf052c637dc2a7c0b4303b4e
5
5
  SHA512:
6
- metadata.gz: 8ba6b28128e482d8385e5ec4f26cfdcc41035a74bdca8de9dbe8ef961b3f792e92ba724dea801ee5184221fc7a7aace211c260f96fed2aa554e29b1249024693
7
- data.tar.gz: 24b37a7e9faedd23e399c0d5c87bee7d7294877302242a27e934610b3bbe9bf4dd73ba445f21bd495c2dc4281cd0749cb6adbaf556381597e09be5484cf54769
6
+ metadata.gz: 98552d877b71d2097951df274c0df71e563ccd128087dec3dcaf565d884411ac54745b4905867389889f78120e2d1cdc37e10422c59d89a41c285459df1fe1fb
7
+ data.tar.gz: bc4d8359bb7d32ce1d3024ab09e48204ef5927122dcb62d4ef3a381ab37fa9afcd0831ff72cdd9c3e7a8e493fab56e539e654c9b04549022afe91a3429e5693a
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: x86_64-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