enum Wasmer::ExternKind

Overview

Represents the kind of an Extern

Defined in:

wasmer/extern.cr

Enum Members

Func = 0_u8
Global = 1_u8
Table = 2_u8
Memory = 3_u8

Instance Method Summary

Instance Method Detail

def func? #

[View source]
def global? #

[View source]
def memory? #

[View source]
def table? #

[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]