fn get_imported_wai_files(path: &Path) -> Result<Vec<PathBuf>, ImportsError>Expand description
Parse a *.wai file to find the absolute path for any other *.wai files
it may import, relative to the original *.wai file.
This function makes sure any imported files exist.