Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 739 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 739 Bytes

mercury

QuickJS bindings and web-compliant polyfills wrapped up in flutter library with legacy behind it. Aims to be an efficient & fully-featured library to run JavaScript in a flutter app, from simple eval to acting as the app's logic/backend core.

Eventually, this library will be used by https://github.com/openwebf/webf as a superset to provide DOM interactions and rendering. This should also encourage better maintenance, as WebF contributors iterating on the JS core of the framework will contribute here. See openwebf#16

Prior Art

Dependant Projects