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:
@@ -28,7 +28,7 @@ wasmparser = "0.77"
|
||||
|
||||
[dev-dependencies]
|
||||
lazy_static = "1.2"
|
||||
wat = "1.0.36"
|
||||
wat = "1.0.37"
|
||||
quickcheck = "1.0.0"
|
||||
anyhow = "1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user