wasmtime 29.0.0-aarch64-linux → 30.0.2-aarch64-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: 29a2b4857fbff7aa8c2c9a84273f3304689f2fc25e8f3470d8d006d1f4cd35a1
4
- data.tar.gz: 91dc234ca25bed0a735c8a3459b15a72470912fc19eb831a226cc29de21b3d6a
3
+ metadata.gz: 795094a3b4cd647fda5d01b49cf4c2919ff786781c172d1e0d1bf4c3b828c297
4
+ data.tar.gz: 0d56222465159441d7803eabad1ddbec0fded96c0f465f4ab0d2b509690020cb
5
5
  SHA512:
6
- metadata.gz: 1ca8d7163766f90b4f97367dd3e5f84c66f4ab7b57e2dfcd5b2dfbc39a90f3b0ec1827960e6aa2e23eeefa16832a41f035f8f8ea65f7533f323c1bbbba0396e7
7
- data.tar.gz: c87d7fcfe2fc74355a07d089e7082e299ab42840dba19a6362a24342099a175ba7b7a8a57dbe1e48c09e00e36a5fb9ca968a3505b8a249b776a451b0fff4dbc3
6
+ metadata.gz: dbb2e06a712f8cc990aae4ab70cab3cf55b3013d82179fb07a73faf0b7c0fc24026b4076840ed378b4ff49432387b9861e2589ab041041b7013499d0252062f6
7
+ data.tar.gz: af099d02e7d7545eb394659be7b09cd02c8a88ce0f99381ea092c39444ae3945df5f4f0d6ab8d579f33616ab8e7a6fdbee193dc139691de5f2cede1aa8facf9d
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 = "29.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: 29.0.0
4
+ version: 30.0.2
5
5
  platform: aarch64-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-27 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: