flujs_qjs 0.1.0
flujs_qjs: ^0.1.0 copied to clipboard
flutter binding js engine.
flujs_qjs #
The QuickJS implementation of flujs. You can directly use flujs as a replacement, as it smooths out the API differences between different JS engines.
The binding directory contains native bindings for Dart FFI, while the wrapper directory provides Dart-style encapsulation.
Certainly, you can also utilize JSFContextQJSImpl, JSFRuntimeQJSImpl, and JSFValueQJSImpl, as they are the concrete implementations of the flujs API.