Skip to main content
type alias WebAssembly.ImportExportKind

Definition

"function"
| "global"
| "memory"
| "table"
Back to top