mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
Export Module::IoCompileError as it's an error returned by an exported function (for #3267)
This commit is contained in:
@@ -22,6 +22,7 @@ use wasmer_types::{
|
||||
Pages, TableType, Type,
|
||||
};
|
||||
|
||||
/// IO Error on a Module Compilation
|
||||
#[derive(Debug)]
|
||||
#[cfg_attr(feature = "std", derive(Error))]
|
||||
pub enum IoCompileError {
|
||||
|
||||
Reference in New Issue
Block a user