wasmtime 28.0.0-aarch64-linux-musl → 30.0.2-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: a4996541421fb7cb1db8a92dd47c9ce51eb8c95f98d361f63a0777ad88fb6bfd
4
- data.tar.gz: 8f8e67f8667cf70695f8a1eae31dbbb8c0532d6d9fa661b40b7e070aec4765b9
3
+ metadata.gz: ee85f557064ad1ff5084de50a1fafb1171b96aa70b53922d3756dc37eed05fee
4
+ data.tar.gz: 63a812fa04f608732832578a5e33c010e767d8eb6340167cb6b27495a0245aab
5
5
  SHA512:
6
- metadata.gz: dfde47af2e236d4ad63c0c5c26f9e91d7f08b1bfdc8db33b915b9bf9ed6493c3132a726b63d1074808a910f6c21c8e7e0bc1f268d7f3b3c55fa65e36340f6df6
7
- data.tar.gz: 608fe043459d785a6c46c38eb0bcf915002d603494d7847869227801a560892aa6dd4a3897d8351a305baaf2990e13949e75415f83fe074972a66893f47b3935
6
+ metadata.gz: c3c6e9dd9374d0f209af113a4ddf8e9c10a2a9330f56a776f2386d383f6af05f7d2b9eb6cda7ca7d0148beee430e72f5f8da77cee334abf27f6189f9a7563ffa
7
+ data.tar.gz: f46d2c9bff23525f9b283e4378d25d2249376479385ab7739a18fbe14672e5235d04d066237d6504a540e1d56044149538f69b34d5b4e1b9e3ef0dc2b3366413
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: 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-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: