deno.com

method WebAssembly.Table.prototype.grow

#Table.prototype.grow(delta: number): number

Increases the size of the Table instance by a specified number of elements.

Parameters #

#delta: number

Return Type #

number