WebAssembly.ImportExportKind
type ImportExportKind =| "function"| "global"| "memory"| "table";
Тип
"function" | "global" | "memory" | "table"
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/WebAssembly.ImportExportKind
type ImportExportKind =| "function"| "global"| "memory"| "table";
"function" | "global" | "memory" | "table"
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/WebAssembly.ImportExportKind
|
|