mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
The fork is required as Emscripten produces a .wasm file that the upstream web_ffi can't parse correctly to extract exported symbols.
1 line
64 B
Dart
1 line
64 B
Dart
export 'dart:ffi' if (dart.library.html) 'web_ffi/web_ffi.dart'; |