wasmtime 33.0.0-x86_64-linux → 36.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: fa6cadcd629ac7cfa2d4116a6df0ab89e922b334f3920f2853903e14c6eb96cd
4
- data.tar.gz: a99235ac3c0afd29d9ca5b2a0f3c21faf6fa1e2da9b66964d239a7572c2615ee
3
+ metadata.gz: 7158c1af8048a0a2dbedb6095d7b62063aa34e5c89f456fc9c167c9da7a5112b
4
+ data.tar.gz: acc7ff134763bbd8b450f39362fec7c4a6d88b0cf09c8e5c22aeed6785bc4d78
5
5
  SHA512:
6
- metadata.gz: 2bf6197da77aa01395ecd423b0e309c2a82b370a910e2c03242ee05b2f35a30009ef3b058f69c5cf8e81ef1c4ad6b1edc762ef95921f8494ae3e84bccc4b03ae
7
- data.tar.gz: c6319ded7e9b6267c3be216bdd62dbb35b7c48f6e399a7737b84ebb2bad3d948732e8d69bf50567ff0860a6e477bf15072273462a888219b5c5861485a5f377b
6
+ metadata.gz: 5c761fc01794bc3d6084895c71b2e919ca2737cf8f7a244152c3979e83454cdcbfa0eb1ddc60bdc56bb3bcf669ad5bc7d6b12d5de3645c0c4dea07fad17e3061
7
+ data.tar.gz: fd886d1554fd84e07685f245ff474d961e521ff609ce456460bc6de758023a6b44cf42489e58dca6350be016e068bccaab11eb484682d753d92f4dd51071fc5f
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
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