mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 05:01:33 +00:00
Update from feedback
Deprecate more methods on `Instance`, add `into_iter` method on `Exports`, add FuncSig to ImportType and other updates.
This commit is contained in:
@ -99,7 +99,7 @@ pub mod types {
|
||||
|
||||
pub mod error {
|
||||
//! Various error types returned by Wasmer APIs.
|
||||
pub use wasmer_runtime_core::error::*;
|
||||
pub use wasmer_runtime_core::error::{CompileError, CompileResult};
|
||||
}
|
||||
|
||||
pub use prelude::*;
|
||||
|
Reference in New Issue
Block a user