wasmtime 41.0.1-arm64-darwin → 42.0.1-arm64-darwin

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: 67e1757d7dac0c75c307edd1aca400649d9f2fc0f17400f9326b99f397d4472f
4
- data.tar.gz: f9375e34e3bf9e53a26a6033f96287818bf064b329741b430bcfaedbab557af9
3
+ metadata.gz: cc66be07360f141a59973df932e1fc91f97b7ca1b42e0140da510e040fe0ceaa
4
+ data.tar.gz: 0f02515f29e19bb5309b3cf1132c1f46f03c621df1073250f7505639687bf7aa
5
5
  SHA512:
6
- metadata.gz: ec8294b0356364e17adc96ea0ffd818792762d821e6a49db841ee47729dc7caa2a243381d85f33a03a962f337dad0665a895e448638a3ca40b0019eda9f0644d
7
- data.tar.gz: 94fab76fceef8f7f0516035086cc1b2e31634579ced9ad65f6811ef237e5af3322bc417a8f7cd6c1bff7cbd3fe1563ebb61dc58298bdd8b1b1d9616f4639dd13
6
+ metadata.gz: 419ff0fabc33a88133b758d501becb6275e5e086529931683d5ecb2472eeb8c4a20e135fcb64f8ae5b070fad56b67bfd45c449418cb9b5f1f358fa9a3f49ca6b
7
+ data.tar.gz: 67dd98c5fdf5b8dbc29eafe971b455f551204e721b100ffdcd88f833eee7a71c31265804da92a2dbcf976c77892e2292e7502281950782f5ecd6b3dac25c66d7
Binary file
Binary file
Binary file
Binary file
@@ -23,7 +23,6 @@ module Wasmtime
23
23
  BAD_CONVERSION_TO_INTEGER = :bad_conversion_to_integer
24
24
  UNREACHABLE_CODE_REACHED = :unreachable_code_reached
25
25
  INTERRUPT = :interrupt
26
- ALWAYS_TRAP_ADAPTER = :always_trap_adapter
27
26
  OUT_OF_FUEL = :out_of_fuel
28
27
  UNKNOWN = :unknown
29
28
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "41.0.1"
4
+ VERSION = "42.0.1"
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: 41.0.1
4
+ version: 42.0.1
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-01-29 00:00:00.000000000 Z
11
+ date: 2026-03-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email: