wasmtime 9.0.1-x86_64-linux-musl → 9.0.4-x86_64-linux-musl

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fadbb46964d3d32c07b819b4328404939a78b48b7286c044b6d1930dc51c629c
4
- data.tar.gz: ce06eddfd63c217719fc6eeca22408d617374f360605617df5c193121e5a880d
3
+ metadata.gz: ddd0df9b6a4cf3c00f5e13a1f6e6533a180746548c311a668f815f579c5f7f84
4
+ data.tar.gz: 4b14f4c5c3ee6df6c49096831b1c2383f579f29474f2251b8495728911d8c264
5
5
  SHA512:
6
- metadata.gz: af3204092f4fad3d7362966edb037a075d64069aa7d823fadac1c1807fd8bf5f4b08980058f1ad862ff76fa6f18b72eddd417a9b9020dce8e7436532b1e77480
7
- data.tar.gz: 1ea3d4ba7de7e4ce42d9b398d48062d1e780de2ebe176328f694609a53e08603a9c561cc3e2f3714c2cad4caf1d6f14fd8043767db1da640741ac051aa45236d
6
+ metadata.gz: 5ac31ae44d6b565164f160cf88f319d50d6dcda2f136859d1d6a86b08ef80c7926002df055d476c5ddb95a172f03184b1d533783a0316c66d7624c772ed6d494
7
+ data.tar.gz: 70e3e569ada8c33a5498cee4984ca6398ac34308626c9e2f92b5095d44dd048a864470d07614054f4c66fe922a20073f67f363c34b56c6678bf41d229cb10b55
Binary file
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: 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: 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: