wasmtime 18.0.3-x86_64-linux-musl → 19.0.0-x86_64-linux-musl
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28ed83217a450ff8553f7623dcab8917ba5be178001eceffeafb0c1594f6f114
|
4
|
+
data.tar.gz: 0a646c1f79f7db6701c471732e3ae4f4da50967f58ff99fccaab716f349e7f7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2735ef7476aafe8de06f34fab055e227ad2bf1ac022ac9a173487c675ea9e54315b36c952b729d87bace556de0f74d45738ad62dfcd9f3d2dfc5e94264e845cf
|
7
|
+
data.tar.gz: bbf65a3d73d6f251234eb6419a7407a4d14e3a2e66f568fd8bc041859a680186b5bb34b6921c10b1654c111c8202c28adf952cf49dc73a50e2020a357f1fe815
|
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: 19.0.0
|
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: 2024-
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A Ruby binding for Wasmtime, a WebAssembly runtime.
|
14
14
|
email:
|
@@ -20,7 +20,6 @@ files:
|
|
20
20
|
- LICENSE
|
21
21
|
- README.md
|
22
22
|
- lib/wasmtime.rb
|
23
|
-
- lib/wasmtime/3.0/wasmtime_rb.so
|
24
23
|
- lib/wasmtime/3.1/wasmtime_rb.so
|
25
24
|
- lib/wasmtime/3.2/wasmtime_rb.so
|
26
25
|
- lib/wasmtime/3.3/wasmtime_rb.so
|
@@ -43,7 +42,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
43
42
|
requirements:
|
44
43
|
- - ">="
|
45
44
|
- !ruby/object:Gem::Version
|
46
|
-
version: '3.
|
45
|
+
version: '3.1'
|
47
46
|
- - "<"
|
48
47
|
- !ruby/object:Gem::Version
|
49
48
|
version: 3.4.dev
|
Binary file
|