mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
Fix more C API tests
This commit is contained in:
@@ -326,11 +326,11 @@ impl Module {
|
||||
&self.store
|
||||
}
|
||||
|
||||
// The ABI of the ModuleInfo is very unstable, we refactor it very often.
|
||||
// This funciton is public because in some cases it can be useful to get some
|
||||
// extra information from the module.
|
||||
//
|
||||
// However, the usage is highly discouraged.
|
||||
/// The ABI of the ModuleInfo is very unstable, we refactor it very often.
|
||||
/// This funciton is public because in some cases it can be useful to get some
|
||||
/// extra information from the module.
|
||||
///
|
||||
/// However, the usage is highly discouraged.
|
||||
#[doc(hidden)]
|
||||
pub fn info(&self) -> &ModuleInfo {
|
||||
&self.compiled.module()
|
||||
|
||||
Reference in New Issue
Block a user