wasmtime 9.0.1-x64-mingw-ucrt → 9.0.4-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: 2d2d381301ef93e3b290c228516d9f3013e6dd11f8b869224000f76843cfd5d6
4
+ data.tar.gz: 7cc7614e48fb133b6beef9ccd8e7a0a8dbae8ad8a302d22820d1847966be89e3
5
5
  SHA512:
6
- metadata.gz: 17c9dad2403f6ef7f4442aa4ba7fa8479c2dc200b0cdc00e10dd84d08f65b20362693f1f1368a3cae1dec858cc55de2fb7eb69d6cf5be7446a09e8a30e7e42cd
7
- data.tar.gz: 3021029c0d6f8411d335809a446001b8fc87ea476a3881d0a6f8e833747d1feb073128d671e6ccec887c47a3cb6cdfb942c9d901e7bdcfe55b306f8bda4df52d
6
+ metadata.gz: 6f7dbd1f473243653f7d5a0a3fc04e76709304159d154e265735d393dde4c2210d5ab69ec68060f129253f67bc0d9ec920060924817ab9f51583e488ddeeec36
7
+ data.tar.gz: 7ebfbfc34c34c29ac6cb34da59dab88b65142d1d216912499ac09709e9bdebf055e782babd543a189103b2ecd61202d51cee5bf6d623e0f259caebc7e57f0b93
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 = "9.0.4"
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: 9.0.4
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-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email: