wasmtime 25.0.2-aarch64-linux-musl → 26.0.0-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: bc769d53cfd2b1ab752213d22dc5237e4b0f866d07ba577e7eea8db58ddbb86b
|
4
|
+
data.tar.gz: 708fae67d15b28281c28ee872c3ca3485cbb2ab18164b87cb49b3a52d56c5c4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0b16477841922c075b4e210158233b9ac1acb7a4eb8b05a749bcc8ac2a36006897f4c67f885aa57e38324b2f395a8dc2db289354cb1c92003daa9110ec2d826
|
7
|
+
data.tar.gz: 6bf49d3a87bcb9b60fe4e582889b1e6f93852f717326c809e90dcbaa1e765b93c2c97be41883c01083f5781217e65a814569325b2dd64c8395bb3bf53bb40172
|
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: 26.0.0
|
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-10-
|
11
|
+
date: 2024-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A Ruby binding for Wasmtime, a WebAssembly runtime.
|
14
14
|
email:
|