Replace more miscellaenous read_wasm utilities with wat::parse_file. (#601)

This commit is contained in:
Dan Gohman
2019-11-19 07:34:17 -08:00
committed by Alex Crichton
parent 7d7360b32d
commit 58dd4c6c88
4 changed files with 4 additions and 22 deletions

View File

@@ -22,3 +22,4 @@ pretty_env_logger = "0.3.0"
tempfile = "3.1.0"
os_pipe = "0.9"
anyhow = "1.0.19"
wat = "1.0.2"