wasmtime 14.0.4-aarch64-linux → 15.0.1-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 042b7291dc24e3ab77c43f1702081c204407a6c4f54841c2186917c5088973c6
4
- data.tar.gz: fa8e650f221ca3ce6a7bedb7e2ffc985954842b02c0e0dbec71c0a91b1e235ba
3
+ metadata.gz: 6bea04ea7ee05e3364c0bce813da8cca5295e3adf010d3847eef00c008aadb18
4
+ data.tar.gz: b56c3cabfc41da1e6068fb8ccdb8778af24defc46f4b13e0b16216c23b73fafc
5
5
  SHA512:
6
- metadata.gz: 6428a275c1f5706b9be6bdc08cf5341a6fd4504be308b33959c4e2bf04a4cc49b6d23ac9fa6ea03130350673bef0e11896c39dc40d360e86c65f6b81363f506e
7
- data.tar.gz: f3fa4697bd98ad463e3e8e706dafdb6584d92b7e8969fd290fcdd1eb4feb19e4e689d05d14d59b6ba719c2fa4dc623fd97cfbe9d0b690dc8a3ae184186dcdd23
6
+ metadata.gz: 6e8bcb822dfb9cf74b758bee8805f0876c89c4e91c0feaf03a72280d76c8a32080bdb958a043555cf552d0e627bdb14e0575e23fd243ba074766973422a16339
7
+ data.tar.gz: 326fc81207fef37e20f97851e960342c191d4e74ca6abe2f157ef2d358d38b2e36b01b726e90fb406409a619e9eed0d5a6342e929895ef8941ef738011bf7ff5
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "14.0.4"
4
+ VERSION = "15.0.1"
5
5
  end
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: 14.0.4
4
+ version: 15.0.1
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: 2023-11-09 00:00:00.000000000 Z
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.3.dev
49
+ version: 3.4.dev
50
50
  required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="