Meta changes from #321 #322

Merged
sb10q merged 1 commits from meta-changes-from-issue-315 into master 2024-08-17 17:37:20 +08:00

View File

@ -319,8 +319,7 @@ impl WorkerRegistry {
let result = module.verify();
if let Err(err) = result {
println!("{}", module.print_to_string().to_str().unwrap());
println!("{}", err.to_string());
panic!()
panic!("{}", err.to_string())
}
let pass_options = PassBuilderOptions::create();