updated vendor
This commit is contained in:
+2
-2
@@ -13,7 +13,7 @@ type constantGlobal struct {
|
||||
|
||||
// Type implements api.Global.
|
||||
func (g constantGlobal) Type() api.ValueType {
|
||||
return g.g.Type.ValType
|
||||
return g.g.Type.ValType.Kind()
|
||||
}
|
||||
|
||||
// Get implements api.Global.
|
||||
@@ -35,7 +35,7 @@ type mutableGlobal struct {
|
||||
|
||||
// Type implements api.Global.
|
||||
func (g mutableGlobal) Type() api.ValueType {
|
||||
return g.g.Type.ValType
|
||||
return g.g.Type.ValType.Kind()
|
||||
}
|
||||
|
||||
// Get implements api.Global.
|
||||
|
||||
Reference in New Issue
Block a user