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

x/deno/cli/dts/lib.deno.shared_globals.d.ts>WebAssembly.TableDescriptor

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface WebAssembly.TableDescriptor
import { type WebAssembly } from "https://deno.land/x/deno@v1.28.1/cli/dts/lib.deno.shared_globals.d.ts";
const { TableDescriptor } = WebAssembly;

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

Properties

element: TableKind
initial: number
optional
maximum: number