ffigen_js 0.0.11-pre
ffigen_js: ^0.0.11-pre copied to clipboard
ffigen, but for Javascript/WebAssembly interop bindings
Simple header example #
A very simple example, generates bindings for a very small header file (headers/example.h).
Generating bindings #
At the root of this example (example/simple), run -
dart run ffigen --config config.yaml
This will generate bindings in a file: generated_bindings.dart.