Change GlobalInit::Import() to GlobalInit::Import.
This commit is contained in:
@@ -73,7 +73,7 @@ pub enum GlobalInit {
|
||||
/// A `get_global` of another global.
|
||||
GlobalRef(GlobalIndex),
|
||||
///< The global is imported from, and thus initialized by, a different module.
|
||||
Import(),
|
||||
Import,
|
||||
}
|
||||
|
||||
/// WebAssembly table.
|
||||
|
||||
Reference in New Issue
Block a user