grow

fun grow(delta: Int): Int(source)

The grow() prototype method of the WebAssembly.Memory object increases the size of the memory instance by a specified number of WebAssembly pages.

MDN Reference