From 685b8c9dc9674f13a37e674a7557cf76ce5cf7fc Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 11 Nov 2024 16:16:38 +0100 Subject: [PATCH] Bump wasmi wasmi 0.38 creates strange problems with wasm-bindgen --- Cargo.lock | 20 ++++++++------------ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d9b07312..bfd1ccda6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3303,9 +3303,9 @@ checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wasmi" -version = "0.38.0" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b07e84e3bcdab2f4301827623260ada2557596ca462f7470b60f5182a25270b1" +checksum = "fc7a1acc721dd73e4fff2dc3796cc3efda6e008369e859a20fdbe058bddeebc3" dependencies = [ "arrayvec", "multi-stash", @@ -3319,32 +3319,28 @@ dependencies = [ [[package]] name = "wasmi_collections" -version = "0.38.0" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d0fd5f4f2c4fe0c98554bb7293108ed2b1d0c124dce0974f999de7d517d37bc" +checksum = "142fda775f9cda587681ff0ec63c7a7e5679dc95da75f3f9b7e3979ce3506a5b" dependencies = [ - "ahash", - "hashbrown 0.14.5", "string-interner", ] [[package]] name = "wasmi_core" -version = "0.38.0" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76a5f7bbd933a0fb3bac6c541f8bd90c0c8adcd91bb3ac088a2088995325b3d9" +checksum = "281a49ca3c12c8efa052cb67758454fc861d80ab5a03def352e04eb08c20beb2" dependencies = [ "downcast-rs", "libm", - "num-traits", - "paste", ] [[package]] name = "wasmi_ir" -version = "0.38.0" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a3345445247388df2b5b35250a30c9209c27c8d2c6db1bf4c89b65636264bf9" +checksum = "6bbadcf529808086a74bacd3ce8aedece444a847292198a56dcde920d1fb213c" dependencies = [ "wasmi_core", ] diff --git a/Cargo.toml b/Cargo.toml index e703e3349..e1f6dccb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ unscanny = "0.1" ureq = { version = "2", default-features = false, features = ["native-tls", "gzip", "json"] } usvg = { version = "0.43", default-features = false, features = ["text"] } walkdir = "2" -wasmi = "0.38.0" +wasmi = "0.39.0" xmlparser = "0.13.5" xmlwriter = "0.1.0" xmp-writer = "0.3"