exports property

dynamic get exports

Returns an object containing as its members all the functions exported from the WebAssembly module instance, to allow them to be accessed and used by JavaScript. Read-only.

Implementation

_i3.Exports get exports => _i6.getProperty(
      this,
      'exports',
    );