rocketll
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/Areum7 replies