Add an overlap checker to ISLE (#4906)

https://github.com/bytecodealliance/wasmtime/pull/4906

Co-authored-by: Jamey Sharp <jsharp@fastly.com>
This commit is contained in:
Trevor Elliott
2022-09-21 14:07:59 -07:00
committed by GitHub
parent 6f50ddaaf2
commit b167172715
6 changed files with 380 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -628,6 +628,7 @@ version = "0.89.0"
dependencies = [
"log",
"miette",
"rayon",
"tempfile",
]