wasmtime 33.0.0-x86_64-linux-musl → 36.0.0-x86_64-linux-musl

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: f10c2d53e4c7be409792546fa4e2ab1f4caac905b5d3044e266df18091e4f268
4
- data.tar.gz: a6156d285206622adee07acf3093ffd92c92aa81252ff8193c767adeb012e7ab
3
+ metadata.gz: d4a8fc07ec049af808c72b09d2acf2a2274b5f586fae4c346e6d58a8963d064d
4
+ data.tar.gz: d3310e081f3f2ec7e688be466bafbbf4a9d4dabde59503aa5ed8824aaae799af
5
5
  SHA512:
6
- metadata.gz: 95fd533367bd0a49bdcdc7fc0ed2b4fb13d1674711559753018994476e53aed9372918295f5e3e0ece454d6cbf6fb4145e0299c311c80d69e902a0c6bb7ad2d1
7
- data.tar.gz: 75699cb29e19c57643b76038231d0e66b91c028ad2e12723d198fa6556e1aec8b9f599ea32a90b34770fc2830cffade21d6b61fb56f19613cdc9b885744995da
6
+ metadata.gz: 4290bc0ae5e6b0d4cd7d0189a76e17c3d79639b67dc720688896479ad06ea0705b585ee4e5e838f79e1c8a10b26ee6a91538d5fc886a8142919ddebb9f6833af
7
+ data.tar.gz: 42ee58c6a7d6c5147db1c9dc35ecf99a1fd8c7ab3b3fdfa5cf822de08499bf23d99ae9c463a4f3356bcb9ad75a1105321dd4e4940dc28523b0216b1609f8ae16
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 = "36.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: 36.0.0
5
5
  platform: x86_64-linux-musl
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-09-09 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