exports property
List<WasmSymbol>
get
exports
A list containing everything exported by the underlying WebAssembly instance.
Implementation
List<WasmSymbol> get exports;
A list containing everything exported by the underlying WebAssembly instance.
List<WasmSymbol> get exports;