Update wat crate.
Update the `wat` crate to latest version and use `Error::set_path` in `Module::from_file` to properly record the path associated with errors.
This commit is contained in:
@@ -20,7 +20,7 @@ pretty_env_logger = "0.4.0"
|
||||
tempfile = "3.1.0"
|
||||
os_pipe = "0.9"
|
||||
anyhow = "1.0.19"
|
||||
wat = "1.0.36"
|
||||
wat = "1.0.37"
|
||||
cap-std = "0.13"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user