dommy-js-quickjs lets JavaScript drive a Dommy DOM by embedding QuickJS (via the quickjs gem) and bridging DOM nodes to JS through an ES Proxy that routes property/method access into Dommy's __js_get__ / __js_set__ / __js_call__ ABI.
Required Ruby Version
>= 3.2.0
Authors
takahashim