Use wat instead of wabt to avoid CI cmake error (and use supported dep) (#1980)

This commit is contained in:
James Wilson
2025-04-03 10:22:46 +01:00
committed by GitHub
parent 054140be1d
commit cdab21e8c3
4 changed files with 78 additions and 56 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ tracing-wasm = "0.2.1"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
trybuild = "1.0.99"
url = "2.5.2"
wabt = "0.10.0"
wat = "1.228.0"
wasm-bindgen-test = "0.3.24"
which = "6.0.3"
strip-ansi-escapes = "0.2.0"