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.
7 lines
389 B
Dart
Executable File
7 lines
389 B
Dart
Executable File
/// Provides mechanisms to use a [dart:ffi 2.12.0](https://api.dart.dev/stable/2.12.0/dart-ffi/dart-ffi-library.html) like API on the web but using [dart:js](https://api.dart.dev/stable/dart-js/dart-js-library.html).
|
|
/// While some things are missing, new things were added, identifiable by the @[extra] annotation.
|
|
library web_ffi;
|
|
|
|
export 'ffi/types.dart';
|
|
export 'ffi/extensions.dart';
|