Replace wabt with rust tools (#5)

This commit is contained in:
Alexander Theißen
2022-01-30 13:05:07 +01:00
committed by GitHub
parent 8291876394
commit 374afe5700
18 changed files with 110 additions and 126 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ binaryen = "0.12"
criterion = "0.3"
diff = "0.1"
rand = "0.8"
wabt = "0.10"
wat = "1"
wasmparser = "0.82"
wasmprinter = "0.2"
[features]
default = ["std"]