DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.05k stars 764 forks source link

Move eval infrastructure into the base interpreter #2038

Open jkelleyrtp opened 5 months ago

jkelleyrtp commented 5 months ago

Feature Request

The base interpreter should be a central proxy for all the eval requests made against it. We should look into consolidating the eval interface into the base interpreter, saving us from needing to maintain the eval code across the various platforms.