wasmtime 28.0.0-x86_64-darwin → 30.0.2-x86_64-darwin

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: 8fe201f8012d114671836ced719f67e0486f00da0448da50192134ffd95c8d0c
4
- data.tar.gz: bd0ef8c5b714072f8df8627ee2cb0a339e6e94f5ff96d1986d025bbd3df15fb8
3
+ metadata.gz: 2b0eeeb2024a17f583c584aa1baea3ad52082fe6c83c722765ff8904bfaaf603
4
+ data.tar.gz: 9d509e9b7c1ab34aea226da1ae2906517fe46e98aada68c0d7cdaedff62406a7
5
5
  SHA512:
6
- metadata.gz: de4bab53f313213605ed1e43448929de5f2e68e8859fff68a0e65c561ddf59e5c9da5daf8c81963d55bc5fa2ddac8fb8f1cbbb3cd097c42efb651b521a27acd4
7
- data.tar.gz: 12b88a3edc1da23799905592d1137edceb4a67919df291dc8aa8eeff588b4821f82ef1c02bc262dad60cddd522bd3684131d09f0d7169a5a569dab9698917866
6
+ metadata.gz: 29aa7d1d65351025564cfa5d743a82c87fe3d03350447c590d6787784b50df719d6837d9f23faa0e49b1c9e62a5590b02f9f4fed295e340a217611ef9e96453a
7
+ data.tar.gz: 774b59f4f5039a404ac140444eb503d94453efa22f3d473cccf0bb40e0aea2ef0b92979db651df6dc6623c13e90fff7a114e8445f05231d4d4231a835135465a
Binary file
Binary file
Binary file
Binary file
@@ -2,7 +2,6 @@
2
2
  return if defined?(Wasmtime::Component::Result)
3
3
 
4
4
  module Wasmtime
5
- # @note Support for Wasm components in the Ruby bindings is experimental. APIs may change in the future.
6
5
  module Component
7
6
  # Represents a component model's +result<O, E>+ type.
8
7
  class Result
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "28.0.0"
4
+ VERSION = "30.0.2"
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: 28.0.0
4
+ version: 30.0.2
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-14 00:00:00.000000000 Z
11
+ date: 2025-03-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email: