// @flow export const EXTERN_FUNCTION = 0; export const EXTERN_TABLE = 1; export const EXTERN_MEMORY = 2; export const EXTERN_GLOBAL = 3;