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

5 lines
118 B
Dart
Executable File

/// This library contains and explains the annotations for `web_ffi`.
library web_ffi_meta;
export 'meta/meta.dart';