wasmtime 14.0.1-x86_64-linux-musl → 14.0.2-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: 1786a0e8d50b0dde42b11f866825f46c76bc9972e14cb712da8f06cac6ba7d6b
|
4
|
+
data.tar.gz: d412cfa114569c922e4fc0fb040a610e853071c1407d4d60abff64ee38638678
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6255dbd8a14b4425177ab3dc655c5eb2b2d2b18f29dd16d011de06a430f9abdb7be17d69755a4ebb07c8334b45e05adea2484f938f7780444f5c3e7fe96f7dbb
|
7
|
+
data.tar.gz: 2c80b00c3d67b91de5db5c9df3db13b32ab11c3c092302ff403c5455a48835262f68d0e1eccd575a795af02d3445268ef907a27a2f744be41130e4634fd43b6d
|
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.2
|
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-
|
11
|
+
date: 2023-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A Ruby binding for Wasmtime, a WebAssembly runtime.
|
14
14
|
email:
|