wasmtime 28.0.0-x64-mingw-ucrt → 30.0.2-x64-mingw-ucrt

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: 574f27182207de3d2abcc968dcb71230d936bd6f3c08e64ca2ada85f696557d8
4
- data.tar.gz: f03e1c506e23de2e5ffa5834ec90cd843771b93846a04dad93ea04b7f368d54b
3
+ metadata.gz: aca0527b51d2268b65bb801bb8174573db46a55e38c41aa577936de6ee98e713
4
+ data.tar.gz: ced03b3eb8f347b9c6ee799bbdead82c7e8761f2c5c23f79e39e4d6fea46e432
5
5
  SHA512:
6
- metadata.gz: bcb3c50f0f9c4cef56613f3c77ecf2e72d6e7fc7dce95593d4abebc0229074f9797a922cd781e22c217b943708eb5d1fc7d05dc85c7c6fea2a00b77aaa519e7f
7
- data.tar.gz: 8efbcfd99b40dc66a2f718faffeebfd2423a4a5f51ba843acd687ad06e740dfc83867ab8d0dc66f086c0e28ca713300292b0281adf5f5647af1b4ab4062bb505
6
+ metadata.gz: '08cdf940565f2ed9be1f3c37394b5fe7ecfbca0cce79a17c52188960041cd676efaa2d8bb9805176bafe37b80ce79e19935cfade0e0518aa20ae20ef0466e388'
7
+ data.tar.gz: bba0435a0d54ff4b9891e218925dbf7102926021180d90e9df67cdec17b96fa035dd4db53e94168d6befea48b833ac0b6936e5c2b20d5ddcb674c514a5d7496c
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: x64-mingw-ucrt
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: