Export Module::IoCompileError as it's an error returned by an exported function (for #3267)

This commit is contained in:
ptitSeb
2022-11-16 12:04:04 +01:00
parent f1a792e5fc
commit f4ae6cb732
4 changed files with 4 additions and 2 deletions

View File

@@ -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 {