lualike_ffi 0.2.0
lualike_ffi: ^0.2.0 copied to clipboard
Runtime-declared native FFI backend for lualike.
0.2.0 #
- Broaden the
lualikedependency constraint to>=0.3.0 <0.6.0.
0.1.1 #
- Bump
lualikedependency to^0.4.0. - Keep the FFI backend aligned with the new core runtime release.
0.1.0 #
- Add a Linux libffi backend for runtime-declared native function calls.
- Support primitive numbers, booleans, opaque pointers, and UTF-8 strings.
- Build and bundle the native bridge through Dart native assets.