enum CrystalRobots::Compiler::WASM_Emitter::ExportType

Overview

http://webassembly.github.io/spec/core/binary/modules.html#export-section

Defined in:

compiler/wasm_emitter.cr

Enum Members

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

Instance Method Summary

Instance Method Detail

def func? #

def global? #

def mem? #

def table? #