Change GlobalInit::Import() to GlobalInit::Import.

This commit is contained in:
Dan Gohman
2018-12-06 09:37:34 -05:00
parent 76583192a8
commit 38d1d58e06
2 changed files with 4 additions and 4 deletions

View File

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