Definition
WebAssembly JavaScript Interface defines ImportExportKind
enum ImportExportKind {
"function",
"table",
"memory",
"global"
};
ImportExportKind
enumWebAssembly JavaScript Interface defines ImportExportKind
enum ImportExportKind {
"function",
"table",
"memory",
"global"
};