Unify InstantiationError

This commit is contained in:
Syrus Akbary
2023-02-11 17:41:53 -08:00
parent f8176e3bb6
commit 58f27ae045
9 changed files with 65 additions and 92 deletions

View File

@@ -430,6 +430,7 @@ compile_error!(
);
mod engine;
mod errors;
mod exports;
mod extern_ref;
mod function_env;
@@ -456,6 +457,7 @@ mod js;
pub use js::*;
pub use engine::{AsEngineRef, Engine};
pub use errors::InstantiationError;
pub use exports::{ExportError, Exportable, Exports, ExportsIterator};
pub use extern_ref::ExternRef;
pub use function_env::{FunctionEnv, FunctionEnvMut};