Improved error handling.

This commit is contained in:
Dan Gohman
2018-12-06 04:25:10 -05:00
parent 1fda62ed33
commit 230079d460
2 changed files with 61 additions and 13 deletions

View File

@@ -6,7 +6,6 @@ use target_lexicon::HOST;
use wasmtime_environ::{translate_signature, MemoryPlan, MemoryStyle, TablePlan, TableStyle};
use wasmtime_execute::{ExportValue, Resolver, VMGlobal, VMMemory, VMTable};
#[allow(clippy::print_stdout)]
extern "C" fn spectest_print() {}
#[allow(clippy::print_stdout)]