wasmtime 14.0.0-x86_64-linux-musl → 14.0.1-x86_64-linux-musl
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/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: d99c8fc82ed15dd13b4fcf1cbb4a7ee8a393aecdd09d0f6d5b768f5ad0e62635
|
4
|
+
data.tar.gz: 9fc6a5fd13b09513b3db8314d38eef42b6e3e82143e523ae4a0a49cacd737320
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0e7c845f503875e514f6f55eb6250ceda5ef98a853b8c1c088847fa84a89f4654bfb9c12ae64a2882fc99bce2114c21bf1b5d5e712dfa6cd338a0860665fe79
|
7
|
+
data.tar.gz: eb92587559f249e46de3c1ef49e4473e51325971f4a61a9345a80ae37a785aa61f0e40abe18ccd15f5a8fa0513b2158a2dae14b54ba8f098a204578a6c1a94cf
|
Binary file
|
Binary file
|
Binary file
|
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: 14.0.
|
4
|
+
version: 14.0.1
|
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-10-
|
11
|
+
date: 2023-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A Ruby binding for Wasmtime, a WebAssembly runtime.
|
14
14
|
email:
|