Skip to main content
Module

x/netzo/deno.d.ts>WebAssembly.Table#grow

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
method WebAssembly.Table.prototype.grow
import { WebAssembly } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";
const { Table } = WebAssembly;

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

Parameters

delta: number

Returns

number