Files
cup_edit/thermion_dart/ffigen/web.yaml
2024-06-16 13:22:22 +08:00

29 lines
742 B
YAML

output: '../lib/thermion_dart/compatibility/web/thermion_dart.g.dart'
headers:
entry-points:
- '../native/web/include/ThermionFlutterWebApi.h'
- '../native/include/ThermionDartFFIApi.h'
- '../native/include/ThermionDartApi.h'
- '../native/include/ResourceBuffer.h'
include-directives:
- '../native/web/include/ThermionFlutterWebApi.h'
- '../native/include/ThermionDartFFIApi.h'
- '../native/include/ThermionDartApi.h'
- '../native/include/ResourceBuffer.h'
compiler-opts:
- "-D__EMSCRIPTEN__"
structs:
dependency-only: opaque
exclude:
- '.*'
unions:
dependency-only: opaque
exclude:
- '.*'
globals:
exclude:
- '.*'
ffi-native:
assetId: thermion_dart
ignore-source-errors: true