wasmtime 9.0.1-x64-mingw-ucrt → 10.0.0-x64-mingw-ucrt

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: 633ee9ddc243829da2ebd7d0fdbb1c7941b1228dc4122489fabfee47e135948b
4
- data.tar.gz: 2c3ce1e75dd1b4d39210f8d400c37147b7716e6bc6dee541018b5823e6c97cc8
3
+ metadata.gz: 0dbe111073aeb0221ff1baaf0c1d9d4f3d62c9bb7b5d26a87e1ff0a571ee6499
4
+ data.tar.gz: 8be8318b16d0eddca2b7ae0dd81a0d95bd222ed339b280f147f7034e8dddd3e7
5
5
  SHA512:
6
- metadata.gz: 17c9dad2403f6ef7f4442aa4ba7fa8479c2dc200b0cdc00e10dd84d08f65b20362693f1f1368a3cae1dec858cc55de2fb7eb69d6cf5be7446a09e8a30e7e42cd
7
- data.tar.gz: 3021029c0d6f8411d335809a446001b8fc87ea476a3881d0a6f8e833747d1feb073128d671e6ccec887c47a3cb6cdfb942c9d901e7bdcfe55b306f8bda4df52d
6
+ metadata.gz: 9827a9a8bfdd7ae27527b2501d327f3143cb240a7a948ededabddc86ceccd6dc0f5b667e0b747c40a5533ad7d279d76d2ae7825ca6d3317561622484a03c69c6
7
+ data.tar.gz: c2b16c08e2fc90d4cc59251244f4ac2c9542de3b2a69795fe7d86c82884244cb8480aa7e6a2249c4643a199572bf4b026686f8739f64ccd6faf55c0c1a5f2d90
Binary file
Binary file
@@ -10,7 +10,7 @@ module Wasmtime
10
10
  # Wasm types.
11
11
  class ResultError < Error; end
12
12
 
13
- # Raised when converting an {Extern} to its concrete type fails.
13
+ # Raised when converting an {Wasmtime::Extern} to its concrete type fails.
14
14
  class ConversionError < Error; end
15
15
 
16
16
  # Raised on Wasm trap.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "9.0.1"
4
+ VERSION = "10.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: 9.0.1
4
+ version: 10.0.0
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-23 00:00:00.000000000 Z
11
+ date: 2023-08-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email: