wasmtime 8.0.0-aarch64-linux → 9.0.4-aarch64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/wasmtime/3.0/wasmtime_rb.so +0 -0
- data/lib/wasmtime/3.1/wasmtime_rb.so +0 -0
- data/lib/wasmtime/3.2/wasmtime_rb.so +0 -0
- data/lib/wasmtime/error.rb +1 -1
- data/lib/wasmtime/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 783d918e71f0b9c4162c5053b447cbdc5e27ecf20124cc41b4527eddd59b6445
|
4
|
+
data.tar.gz: cf4ab008c60cfdf52b9b9be2641adfb2cf3d90f079429579b532f6adffc7e4b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bb080490884ed92dc7c1ce32e59500a57a0b59ea53613e7fd2ffa1f782277355b6147705bc283f7ceae8e55436d26f06160738c2f9fe8eab922766cb83f90cf
|
7
|
+
data.tar.gz: aac9ef69fd9569222f004439c35ebf0f91b29c9b520b3c2a0d4982b43c1902e57fcbb9b5aa6939968e88684b3cc7939604fc0203d79c611f9df587dbc2d02228
|
Binary file
|
Binary file
|
Binary file
|
data/lib/wasmtime/error.rb
CHANGED
@@ -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.
|
data/lib/wasmtime/version.rb
CHANGED
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:
|
4
|
+
version: 9.0.4
|
5
5
|
platform: aarch64-linux
|
6
6
|
authors:
|
7
7
|
- The Wasmtime Project Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
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:
|