exports property
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)!');