wasmtime 22.0.0-aarch64-linux → 23.0.2-aarch64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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: 3017aba424f8eba29e05dfa58552c75b672b2eba3d3844a0e179b2a88c543ab8
|
4
|
+
data.tar.gz: 6aa7a26584c89221d4089beb9d3391dc0ed278e760fbdc41b37a72642521cca8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c68df9d1e1fdd3a5a224f2a724539ec6cbb7397989ffed7f1c62c654c837b2b8139ef86d846dccfb8845acf34431025510b7e40aa5ce1c2b3057f9b6fdbc0cf
|
7
|
+
data.tar.gz: 6ab1645c48043c94d6a533cebb33afc05e3af05f3a3be65dc1932aca6635fd2035f4ac3a71d6d1ddd99525f55bdbb0afdd5a7b2abf5999825110c945b0ee3e81
|
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: 23.0.2
|
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: 2024-08-
|
11
|
+
date: 2024-08-20 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A Ruby binding for Wasmtime, a WebAssembly runtime.
|
14
14
|
email:
|