Merge branch 'master' into feature/wasi

This commit is contained in:
Mackenzie Clark
2019-04-03 17:16:09 -07:00
committed by GitHub
14 changed files with 123 additions and 170 deletions

View File

@ -183,6 +183,7 @@ pub enum Initializer {
GetGlobal(ImportedGlobalIndex),
}
/// Describes the mutability and type of a Global
#[derive(Serialize, Deserialize, Debug, Clone, Copy, PartialEq, Eq)]
pub struct GlobalDescriptor {
pub mutable: bool,