W3cubDocs

/Deno

WebAssembly.ImportExportKind

type ImportExportKind =
| "function"
| "global"
| "memory"
| "table";

Type

"function" | "global" | "memory" | "table"