wasi: get rid of missing_memory config
This commit is contained in:
@@ -33,8 +33,6 @@ resolution.",
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// Error to return when caller module is missing memory export:
|
|
||||||
missing_memory: { wasi_common::wasi::types::Errno::Inval },
|
|
||||||
});
|
});
|
||||||
|
|
||||||
pub fn is_wasi_module(name: &str) -> bool {
|
pub fn is_wasi_module(name: &str) -> bool {
|
||||||
|
|||||||
@@ -32,8 +32,6 @@ resolution.",
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// Error to return when caller module is missing memory export:
|
|
||||||
missing_memory: { wasi_common::wasi::types::Errno::Inval },
|
|
||||||
});
|
});
|
||||||
|
|
||||||
pub fn is_wasi_module(name: &str) -> bool {
|
pub fn is_wasi_module(name: &str) -> bool {
|
||||||
|
|||||||
Reference in New Issue
Block a user