Files
wasmer/lib/deprecated/runtime-core/src/error.rs
2020-06-25 13:27:06 +02:00

4 lines
189 B
Rust

pub use crate::new::wasmer::{ExportError, MemoryError};
pub use crate::new::wasmer_compiler::CompileError;
pub use crate::new::wasmer_engine::{InstantiationError, LinkError, RuntimeError};