The kind of the type when importing or exporting to/from the host environment. https://webassembly.github.io/spec/core/syntax/modules.html
functiontablememoryglobalpub const ExternalKind = enum(u8) {
function,
table,
memory,
global,
}