wasmtime 10.0.1-arm64-darwin → 11.0.0-arm64-darwin

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: 504ca111b350dcbdac7802b8e150fa1cf32d50200ea3116a6b3f8aff12dcaacf
4
- data.tar.gz: 16c9b7e37e9c8d8fe1e2910c2765aa145b6288abf3be1f65ba1d1041f8634158
3
+ metadata.gz: 1ae4352b2a546ae141a19b6f2ffb40490bdbb78af71c4a80a150bc4f78bdd61a
4
+ data.tar.gz: e3f5139201ff38c90872c004e0381a05411c71d43f5d5a6071aaed8c28ae5430
5
5
  SHA512:
6
- metadata.gz: 9626695a35975da9b1c0e76a2bdda73108666f177b524ebd3a4dbaa33e9e42b12ae1671c76c74e435c7db8680ab59c619878cc70dc8f71a1f29325ac288bb0c3
7
- data.tar.gz: 48586cc2ab0c6c7c6fe6ef633b38be838edd731ebdfa2a4753982a8d51882b2196b4722a7a6666b6d0ccb38b6877889a2a73b92c495561a7ca1d48676328b12f
6
+ metadata.gz: 5079d97db676ade452d12b49f4f09a20ec89f0e8a451351edaef2992d6c5a2b4f1080d9a67a3138477d8beb0ac9b1d715141ef674289e205525d564ef48b0fe1
7
+ data.tar.gz: 0d6293ecdfc8c704224e78734f1ebc18369865815dea13853bd5008df75ad1c0c353dcc9ab40a2fd9ff8d6f86ca0b3044b118fcaf2295979eb2b67b1cec23791
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "10.0.1"
4
+ VERSION = "11.0.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wasmtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.0.1
4
+ version: 11.0.0
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - The Wasmtime Project Developers