wasmtime 20.0.2-aarch64-linux-musl → 21.0.1-aarch64-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.1/wasmtime_rb.so +0 -0
- data/lib/wasmtime/3.2/wasmtime_rb.so +0 -0
- data/lib/wasmtime/3.3/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: c38ea05abf798f18d1ee1f186b23e664901a0e7542c0b3b1d1be061992c74337
|
4
|
+
data.tar.gz: 5ef511e22422595a15984aaf4bd1459a56ae4a7ee5a589eba58b5c9c901c779c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e19a5f6cc473cdd22af66d54601e8eaff04d0b0afc94cd2144d5986b777b53bf2a3ecb8ede1b6e53a6fbf62f627ab1ea7718af48557c3d7cf052092d660598ff
|
7
|
+
data.tar.gz: 05c7b0ed77edc4e3dd5a734ac3a20730200f73ff4ba4fdb7f23f1c47edbce1f7b19de4da7dde15768fe18ae018156d72fed0fc4f137f42082cd0a509bc8dc0de
|
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:
|
4
|
+
version: 21.0.1
|
5
5
|
platform: aarch64-linux-musl
|
6
6
|
authors:
|
7
7
|
- The Wasmtime Project Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A Ruby binding for Wasmtime, a WebAssembly runtime.
|
14
14
|
email:
|