wasmtime 9.0.1-x86_64-linux-musl → 10.0.0-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: f2f9c547cbcf62a101240fa6fba4f2cb4aadf6f630aa1dc8e4bc849c690f3ea9
4
+ data.tar.gz: 143c6481954b74250230dd132cc7ea74cc94c464b136a688b98b65c4e7e3c06f
5
5
  SHA512:
6
- metadata.gz: af3204092f4fad3d7362966edb037a075d64069aa7d823fadac1c1807fd8bf5f4b08980058f1ad862ff76fa6f18b72eddd417a9b9020dce8e7436532b1e77480
7
- data.tar.gz: 1ea3d4ba7de7e4ce42d9b398d48062d1e780de2ebe176328f694609a53e08603a9c561cc3e2f3714c2cad4caf1d6f14fd8043767db1da640741ac051aa45236d
6
+ metadata.gz: c4ef79d9e2c3d29ab4775ee98046d85e31de2c27429a38ca1e1a67f55f99c342d29f01e5a538c2594ca9d1944e2801abb0719f44bd11b44adbbe910328008a13
7
+ data.tar.gz: d7e5bf2900cd9db9b13b754168b708c6d39eb6178730a509ccf4a81b24b47f5bdaf7688d653d6d4d0695a48fdc8246956c73b336d63d5dd9aaa4aae464fdb4d3
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 = "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: 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-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email: