exports property

  1. @override
List<WasmSymbol> exports
override

A list containing everything exported by the underlying WebAssembly instance.

Implementation

@override
List<WasmSymbol> get exports => throw new UnsupportedError(
    'Emscripten operations are only allowed on the web (where dart:js is present)!');