wasmtime 8.0.0-x86_64-darwin → 9.0.4-x86_64-darwin

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: dcfc132d4b843afadf480f201e4e2364ca5de5efb278d36c31b40be776267da3
4
- data.tar.gz: d07465e82705069931d683fefcb755ae2098c4920d05286843506c018a8770aa
3
+ metadata.gz: 655d474f386a260ee155ca83eeb7a58202836345c480f29344bb2c3355a8f341
4
+ data.tar.gz: 14772eadf1ebd1cac99a58fdf4c32ab8e3c6a05128060f047594e26d65199d4e
5
5
  SHA512:
6
- metadata.gz: 6e483cc63c84489d1a852b9a545c28d870cc34b3fc066f89d5205c1d9b72b7307122df6e6c29e0fe4f3e7653bcbbd3cf8e556c242ded9d2cffa3aa4fff819c64
7
- data.tar.gz: acd9756e634491b4cbcbdb754ff4bb5c997468bd47f348d9141c11a3ec3be890de7ae522c54bceecb2a54b60b6d96b67958a45dc72738abb48315bf96f1df856
6
+ metadata.gz: '069b5816ea8c0d555f2d3c25048155dd8de5f197d256ce466af7bc779cdeac2a90bf260b0c8f6a4d14336466a312f5dbdac1f78ced3017948c8459f8c7b361a3'
7
+ data.tar.gz: efcf713b873691f543f10789f163cf2597c4c60f18f4991754b0f039d11f4157a59252518100eeb00eb4757202819b9c4d49a4ba8c5196f53e9e351af36e29db
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 = "8.0.0"
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: 8.0.0
4
+ version: 9.0.4
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-25 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: