Mario Zechner 934e374724 [flutter] Add web_ffi fork, fix .wasm/.js size
The fork is required as Emscripten produces a .wasm file that the upstream web_ffi can't parse correctly to extract exported symbols.
2022-11-20 22:18:39 +01:00

1 line
64 B
Dart

export 'dart:ffi' if (dart.library.html) 'web_ffi/web_ffi.dart';