wasmtime 15.0.1-x86_64-linux-musl → 16.0.0-x86_64-linux-musl

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: bdaea0975d8c5a07b3e18bcac4d869f7cbc61b40ef273b20c909f218abdf9ab5
4
- data.tar.gz: c0154495e143168e1d4b6126ea641aae162972f2f6bf2a13d474f22cd0b34252
3
+ metadata.gz: d3e13a2c350d8670bd33e6a519d43f5f80de459cceba13099aa3f7a2abe9c54e
4
+ data.tar.gz: 04dc766d0ea19546bd100d8dd0e09bbaddafd091274d6e477de7433ca79cc621
5
5
  SHA512:
6
- metadata.gz: d7140e3e9fe97dc3166edc2abac1dbce2d81c5c2d80cc561cab29e854b1f4c8a3287fc55f2db4a26394261945d2a0c867bfe318f80f72400f27bc0ef1fa45fc8
7
- data.tar.gz: 511ea22ab4bf54f0880bfc745692f498e02d9539a08cd4a0e651481daa12c4ff9a1003f7b6997383823284b0de1ac1d0bf3f460addb2b0a89e8e0b6142b2085c
6
+ metadata.gz: 36665f8815e7df26833c3d7cf443d84f1d7d5afc5a3c87f82849f57aabc455d61976f3e5eaaee5ce22d1331671e7cee969c559b7ed7ad08d2b4fa519455dc16a
7
+ data.tar.gz: 65da4f9a37631940a6782973ca1340216eeddb5957ca2eb863f810fd3b0e09fb9dadc3febfd5633b6c092a29ccff9f9f6b1298586092e4ba3db35cad2b05abd7
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 = "15.0.1"
4
+ VERSION = "16.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: 15.0.1
4
+ version: 16.0.0
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - The Wasmtime Project Developers