wasmtime 10.0.0-x86_64-linux-musl → 10.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: b10c3fe8cbc20228ec591ce4c34c31cac4bb3a95f0095d40ced442ba79cdfbe2
|
4
|
+
data.tar.gz: c3562d65d2f1c0caaf1b52967f37845ed037580e27d8060b856de11f36f5c8a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d51f78e978b7c4bde5faac8770900eac21732bec02d6d2a295ce3b597bbf7ef59f6aeeb75a2437a2670cb1e318dadb87eadd5e86b827a402dfacc5ec0436cb7
|
7
|
+
data.tar.gz: c75b2075ede58c977e98a5459a899511c0065f469b3c8e5f45e2a12910bee007ed1b7ee16611efa8575cc3175142c0f43b883549c4bec337ddfbbf6014229208
|
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: 10.0.
|
4
|
+
version: 10.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-08-
|
11
|
+
date: 2023-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A Ruby binding for Wasmtime, a WebAssembly runtime.
|
14
14
|
email:
|