wasmtime 33.0.0-x86_64-linux-musl → 34.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: 81a12dd490cc03ae816359e81d0ad5d9e5cb5821049bb4076071465fa564acbe
4
+ data.tar.gz: 74c51fc8cfd16c6abadf2d96dad5f4ff6735af81df4887a7facf2f98d190b222
5
5
  SHA512:
6
- metadata.gz: 95fd533367bd0a49bdcdc7fc0ed2b4fb13d1674711559753018994476e53aed9372918295f5e3e0ece454d6cbf6fb4145e0299c311c80d69e902a0c6bb7ad2d1
7
- data.tar.gz: 75699cb29e19c57643b76038231d0e66b91c028ad2e12723d198fa6556e1aec8b9f599ea32a90b34770fc2830cffade21d6b61fb56f19613cdc9b885744995da
6
+ metadata.gz: c089c183287cf837cb8b69b48cb2037c30bcd71d66a163884c44e6d14a2c4814a8e744259b246579b5d6650672f81eefb9c9b0625a810dded21b093547f7f62f
7
+ data.tar.gz: 772303b4e06eb9cd2a3bb0bd727ef8e1f8710a8540988c7e76ab675d9a95065793c27f7584f7a59f8eaf9c30b551dc5216cc5a87dc7186f8098aa5877c694f8f
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: 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-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