Rename alternative_stack to fault.

This commit is contained in:
losfair
2019-07-04 01:27:19 +08:00
parent 650f67a339
commit 5c5ecfff7d
9 changed files with 10 additions and 7 deletions

View File

@ -11,7 +11,7 @@
//!
use std::any::Any;
use std::cell::Cell;
use wasmer_runtime_core::alternative_stack::{
use wasmer_runtime_core::fault::{
begin_unsafe_unwind, catch_unsafe_unwind, ensure_sighandler,
};
use wasmer_runtime_core::codegen::BkptMap;