wasmtime 28.0.0-x86_64-linux-musl → 30.0.2-x86_64-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: 1e692cc8c734e2a400126698227d8bf99658c5041fb93b2e90322a2aaebe7c76
4
- data.tar.gz: ce2646fc805157f7a2ad0d314b92c02052d235eea0c9b2ef1964ff270ee88742
3
+ metadata.gz: 52107be603157b7e6c4eb63f4ce2f795a4444513c7e5d5a0144ca0e1f35fefad
4
+ data.tar.gz: b241f8142a98e86a4907f2f34b9e585b2181508fa51b56280f60c9facd48c6e4
5
5
  SHA512:
6
- metadata.gz: 95a12781c50494434e0317767d7330cc7de4ec17567b00d52a11e81f4b89712ea2b0946ecd7bf417cbb909e9bdce0cb936f7f0552d9b0c4e84c39d8d539640c5
7
- data.tar.gz: 2e87767fb615e196c2c85694da2e5b5bb7c53e59164ed92ec2db061d8649c1687f801557835c4b029fb81fe85436dfac1b5badc62b02ab964025b61f01696ea8
6
+ metadata.gz: 4d5bb87b9ae627f04bddfb7f7eda9fcd5b453676d0d1e4f79a8b30b566c0ba399ebe57d8d481546a05ba34a2c6e14a06bd09d7c2dc4ba1d6f6a12401858d72f9
7
+ data.tar.gz: 4f441f0cb83c71582929ff1203291f0b0e91c3af0817b81e9d6180b3301efb8d652c748f4248cf904230f78865b0193318570590e9daaf0d1c2b4941b23ed318
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-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: