/** * Created by n.vinayakan on 02.06.17. */ export enum WasmExternalKind { Function = 0, Table = 1, Memory = 2, Global = 3, }