Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface WebAssembly.TableDescriptor

The TableDescriptor describes the options you can pass to new WebAssembly.Table().

Properties

element: TableKind
initial: number
optional
maximum: number