mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +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.
5 lines
118 B
Dart
Executable File
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';
|