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.Memory#grow

A modern runtime for JavaScript and TypeScript.
Go to Latest
method WebAssembly.Memory.prototype.grow
import { WebAssembly } from "https://deno.land/x/deno@v1.28.1/cli/dts/lib.deno.shared_globals.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