enum Wasmer::GlobalMutability

Defined in:

wasmer/global.cr

Enum Members

Immutable = 0_u8

Represents a global that is constant

Mutable = 1_u8

Represents a global that is mutable

Instance Method Summary

Instance Method Detail

def immutable? #

[View source]
def mutable? #

[View source]
def to_s(io : IO) #
Description copied from struct Enum

Appends a String representation of this enum member to the given io.

See also: #to_s.


[View source]