wasmtime 29.0.0-x86_64-linux → 31.0.0-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: a125867324bbae37cae394aa4a79b12ce6e536d2f1a12c1dc27c80284211bf58
4
- data.tar.gz: d96709ed36748c8ccc4950f9f8fc9e0ffe3e5170265058ce99ec8693eeba943e
3
+ metadata.gz: b537f0f597ebd01b51a815abdf35e269a1205acd477cc1cf301c55b5d822a7d2
4
+ data.tar.gz: a355c1f26515c62b821314262705beb80f9206aed530e00e4f7e4d62f26d3e8e
5
5
  SHA512:
6
- metadata.gz: e58197c88f3ed9c5d26048e97342bcae30880b18dd6674a69fcdea7e93cad8dcc92e8dadf998efd6098d1361a49291a472e7728b2547e09b300ece5656528546
7
- data.tar.gz: 82f715336fe1c63dfc4e3c9e3cc2802851ee4fb767ab81d9907b9437488c64d22d10959d6cf603b9859d54f65d0f4dc0a3e65c5dbffe46312122a75cd43df994
6
+ metadata.gz: a158204f79b56d3371c5370e31c938869095a043506134391b1ab856cacd8aca4b202327104dac4038c456aca29770adf5d13bb4cfb09447691f727fadb82b49
7
+ data.tar.gz: 9b5f133ddef4ff2fbd8f0d50fc80a1e74c9c1727aa977341ff613661a8bd62e9683cb6d9651a12c51d549bb0c39fa741f91f90b8707f2c694097769b5ffc8d33
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 = "31.0.0"
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: 31.0.0
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-27 00:00:00.000000000 Z
11
+ date: 2025-04-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email:
@@ -20,7 +20,6 @@ files:
20
20
  - LICENSE
21
21
  - README.md
22
22
  - lib/wasmtime.rb
23
- - lib/wasmtime/3.1/wasmtime_rb.so
24
23
  - lib/wasmtime/3.2/wasmtime_rb.so
25
24
  - lib/wasmtime/3.3/wasmtime_rb.so
26
25
  - lib/wasmtime/3.4/wasmtime_rb.so
@@ -44,7 +43,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - ">="
46
45
  - !ruby/object:Gem::Version
47
- version: '3.1'
46
+ version: '3.2'
48
47
  - - "<"
49
48
  - !ruby/object:Gem::Version
50
49
  version: 3.5.dev
Binary file