Fix more C API tests

This commit is contained in:
Mark McCaskey
2020-05-15 15:49:52 -07:00
parent 11dad47dbb
commit d6b5f99a22
13 changed files with 347 additions and 80 deletions

View File

@@ -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()