rocketll
rocketll
DDeno
Created by rocketll on 11/22/2023 in #help
Most complete Deno Rust runtime?
One would need to fork the entire project to use parts of the Deno CLI currently as I understand
7 replies
DDeno
Created by rocketll on 11/22/2023 in #help
Most complete Deno Rust runtime?
Are there any plans to make the deno crate a library crate? Refactoring and exposing deno::tools::* as a library doesn’t seem too hard at first glance since everything is structured pretty nicely.
7 replies
DDeno
Created by rocketll on 11/22/2023 in #help
Most complete Deno Rust runtime?
I tried the deno_runtime approach, but it’s missing quite a bit. Getting [JT]SX? evaluation with local imports is pretty easy, but the hard part is getting feature parity with the Deno CLI: things like remote modules, npm support, HMR, etc is quite complex. Keeping up with upstream is pretty hard too. My initial attempt is here: https://github.com/yklcs/Areum
7 replies