wasmtime 33.0.0-aarch64-linux-musl → 34.0.0-aarch64-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: aa423c27b027e7b6357272268e466c6de1812b2e480298d9d8e0c6b6a69c157a
4
- data.tar.gz: 49a5ad9edb1154df4b224288a30f197c81631ad6e8a81bf66878deaefc291cd9
3
+ metadata.gz: 1ab9a597b460bd408da0444b215c34b77e78cb05caa8a499ed6815e80dd5504b
4
+ data.tar.gz: e4de2033bcc442a0af0b422e72c9764d52febb737e0c90b2f0f5b20293eea71b
5
5
  SHA512:
6
- metadata.gz: 49830400d1de577229f7568ef275ff43c4085436ceb70cc6ed5660a3a0c4e623ff472e58c036394777aafb2bd88c6c74675bce95120fc88aa9bae3929d419bd7
7
- data.tar.gz: 7c8ebeead39b25c8591641b102f501540239aed0e90d808db9e18d6c27a1b3d09b889877ea5bee57b82631d0016f548659bd221d75baa39b2a8a4e037b8fbadd
6
+ metadata.gz: 86ac6b81a30a86b59b0c7256d847cab5c6748e3e7bd7df99c98010d96427cc4a38016d4564485801eb0c5257d49dd465e2132b704ef6766f51f594b4121bb3d6
7
+ data.tar.gz: 21e9affa77704404e635959837170f961d59bde52e20acdaf0bb7e9d664d660dec3a1de8ac8fbf47523e2ed655b82c2b4090a5e73f70498a92400a90c9f5d8cb
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: aarch64-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-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