29 lines
742 B
YAML
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
|