grow method

num grow(
  1. num delta
)

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

Implementation

_i2.num grow(_i2.num delta) => _i6.callMethod(
      this,
      'grow',
      [delta],
    );