wasmtime 28.0.0-x86_64-linux → 30.0.2-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: cc895a4aaf7514084788aca206b7cadbdec96d5f92d83af806f8da0cdad19eb3
4
- data.tar.gz: ed08e1cb2116b77ac6919a4a06480845830a4bb1692815d6180f25f750e7bc6d
3
+ metadata.gz: 7aee10c985993293c8f6a831ff9ab54f336e7d7065a88636bd4a7be3ab84b36a
4
+ data.tar.gz: 1e580d06740e3b593541b5559fcefaeeb66d68263207e6c4c5e0f4fa2f6f31e0
5
5
  SHA512:
6
- metadata.gz: dd1b9238ea4799309c51e56b43ebacd3a53d20a5ee59b04152504ff986c3802b3adbb845148c1757435fa92dfb1d75a9726b41dc235af6e391b7140adb2d5c9d
7
- data.tar.gz: 8da120973f61816cb545a4dd8573731555a48f6c69266cddfa214f357f235c05c8fdbadd09a809ffb4e9f621ab94353ef0c864ee5efa2ad312b0c07cab2c99fa
6
+ metadata.gz: '00863ebb7a4f449814e75a6faac5b628d518487e3880afa209be01ec34d334afca2476539f130160f96dc9eb99f9d507430692d942a70ceda91c46290ad0b314'
7
+ data.tar.gz: c023d3f3689f726877bc4126a4499bc6328e278bce7ec9a505fe0f7f955e2300d142e94e2560f2ff3d0d8e2a89ecf1a897fa1d46d37319012466d68b1b10af93
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-linux
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: