W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
WebAssembly.ImportExportKind
type
ImportExportKind =
|
"function"
|
"global"
|
"memory"
|
"table"
;
Type
"function"
|
"global"
|
"memory"
|
"table"
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/WebAssembly.ImportExportKind