method WebAssembly.Memory.prototype.growMemory.prototype.grow(delta: number): numberDeprecatedIncreases the size of the memory instance by a specified number of WebAssembly pages (each one is 64KB in size). Parametersdelta: numberReturn Typenumber