How to use ytdlp-ejs(rust) binary with ytdlp as js runtime?
Hello, I was making a rust tauri app and thinking to package ytdlp as sidecar binary. But, due to new js runtime requirement I cannot do so as I must package dano or quickjs with it. I found a rust crate name ytdlp-ejs: https://crates.io/crates/ytdlp-ejs , which can do so but cannot find any way to use it as js runtime for python. I would compile this to a binary at the time of build and package as a binary. But I need help using that binary as js runtime in ytdlp.