mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 13:41:32 +00:00
Update tests to use new API where easily possible
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use wabt::wat2wasm;
|
||||
use wasmer_runtime::{
|
||||
error::{CallError, RuntimeError},
|
||||
ExceptionCode, ImportObject,
|
||||
};
|
||||
use wasmer::error::{CallError, ExceptionCode, RuntimeError};
|
||||
use wasmer::import::ImportObject;
|
||||
|
||||
// The semantics of stack overflow are documented at:
|
||||
// https://webassembly.org/docs/semantics/#stack-overflow
|
||||
|
Reference in New Issue
Block a user