Skip to main content
Module

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

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

Increases the size of the memory instance by a specified number of WebAssembly pages (each one is 64KB in size).

Parameters

delta: number

Returns

number