wasmtime 14.0.4-x86_64-linux-musl → 15.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdaea0975d8c5a07b3e18bcac4d869f7cbc61b40ef273b20c909f218abdf9ab5
|
4
|
+
data.tar.gz: c0154495e143168e1d4b6126ea641aae162972f2f6bf2a13d474f22cd0b34252
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7140e3e9fe97dc3166edc2abac1dbce2d81c5c2d80cc561cab29e854b1f4c8a3287fc55f2db4a26394261945d2a0c867bfe318f80f72400f27bc0ef1fa45fc8
|
7
|
+
data.tar.gz: 511ea22ab4bf54f0880bfc745692f498e02d9539a08cd4a0e651481daa12c4ff9a1003f7b6997383823284b0de1ac1d0bf3f460addb2b0a89e8e0b6142b2085c
|
Binary file
|
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: 15.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:
|
11
|
+
date: 2024-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A Ruby binding for Wasmtime, a WebAssembly runtime.
|
14
14
|
email:
|
@@ -23,13 +23,13 @@ files:
|
|
23
23
|
- lib/wasmtime/3.0/wasmtime_rb.so
|
24
24
|
- lib/wasmtime/3.1/wasmtime_rb.so
|
25
25
|
- lib/wasmtime/3.2/wasmtime_rb.so
|
26
|
+
- lib/wasmtime/3.3/wasmtime_rb.so
|
26
27
|
- lib/wasmtime/error.rb
|
27
28
|
- lib/wasmtime/version.rb
|
28
29
|
homepage: https://github.com/BytecodeAlliance/wasmtime-rb
|
29
30
|
licenses:
|
30
31
|
- Apache-2.0
|
31
32
|
metadata:
|
32
|
-
homepage_uri: https://github.com/BytecodeAlliance/wasmtime-rb
|
33
33
|
source_code_uri: https://github.com/BytecodeAlliance/wasmtime-rb
|
34
34
|
cargo_crate_name: wasmtime-rb
|
35
35
|
changelog_uri: https://github.com/bytecodealliance/wasmtime-rb/blob/main/CHANGELOG.md
|
@@ -46,7 +46,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
46
|
version: '3.0'
|
47
47
|
- - "<"
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 3.
|
49
|
+
version: 3.4.dev
|
50
50
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - ">="
|