wasmtime 19.0.0-x64-mingw-ucrt → 19.0.2-x64-mingw-ucrt
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: b2a571576b41f674afb3163c3ca665f5fb6070ec02eef424004259349549dda5
|
4
|
+
data.tar.gz: 7fa8f61f0b0a5b7f9a36b5934f6f401f3b5640ecd319f605e40f4da7846bb744
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '029ff08a78fe7b5cc8ff9e8fd8651e36e9c3a548d9825cf05c1ee060f5b2401ae7ef9cd68b07a52358e848b3916ff7ff5c97948c182e2e1ea93e1fb204b258b1'
|
7
|
+
data.tar.gz: 7502699f6ae8a37cc8bdcc6aad7a4bd0fa64940aec462e4ba17c0b56317ea9a1fab85abc04b2c1e7c141e6da789e2b7df02886078443d6ca0977ebfc9efe7af2
|
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: 19.0.
|
4
|
+
version: 19.0.2
|
5
5
|
platform: x64-mingw-ucrt
|
6
6
|
authors:
|
7
7
|
- The Wasmtime Project Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A Ruby binding for Wasmtime, a WebAssembly runtime.
|
14
14
|
email:
|