From d51db4c3ec05bbc586664a378e20f28840459017 Mon Sep 17 00:00:00 2001 From: Ayaz Hafiz Date: Thu, 1 Dec 2022 09:51:31 -0600 Subject: [PATCH 1/2] Bump wasm3 to avoid blacklist --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3649fe8d0c..baadf79b5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ target-lexicon = "0.12.3" tempfile = "3.2.0" unicode-segmentation = "1.10.0" walkdir = "2.3.2" -wasm3 = { git = "https://github.com/roc-lang/wasm3-rs", rev = "e43d8115dcf2d0825226819b24f555941b862d22" } +wasm3 = { git = "https://github.com/roc-lang/wasm3-rs", rev = "ba0cdab7404f7f2995a8c18e614ce020dabd6da0" } wyhash = "0.5.0" # TODO: Deal with the update of object to 0.27. From a79e90af6c8dcce3ad52ff6c3ff0a4aa5687a474 Mon Sep 17 00:00:00 2001 From: Ayaz Hafiz Date: Thu, 1 Dec 2022 10:06:17 -0600 Subject: [PATCH 2/2] Update lockfile --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24b93548eb..b3aaaa0e90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5860,7 +5860,7 @@ dependencies = [ [[package]] name = "wasm3" version = "0.5.0" -source = "git+https://github.com/roc-lang/wasm3-rs?rev=e43d8115dcf2d0825226819b24f555941b862d22#e43d8115dcf2d0825226819b24f555941b862d22" +source = "git+https://github.com/roc-lang/wasm3-rs?rev=ba0cdab7404f7f2995a8c18e614ce020dabd6da0#ba0cdab7404f7f2995a8c18e614ce020dabd6da0" dependencies = [ "cty", "wasm3-sys", @@ -5869,7 +5869,7 @@ dependencies = [ [[package]] name = "wasm3-sys" version = "0.5.0" -source = "git+https://github.com/roc-lang/wasm3-rs?rev=e43d8115dcf2d0825226819b24f555941b862d22#e43d8115dcf2d0825226819b24f555941b862d22" +source = "git+https://github.com/roc-lang/wasm3-rs?rev=ba0cdab7404f7f2995a8c18e614ce020dabd6da0#ba0cdab7404f7f2995a8c18e614ce020dabd6da0" dependencies = [ "cc", "cty",