aquakilo
How can I execute DOM-reliant javascript in deno_core?
I just want to execute some javascript in the background of my rust app, but I need a virtual dom to use some modules. I'm brand new to deno/rust, so apologies if I'm missing something obvious. But I don't understand if what I'm trying to do is even possible lol.
I'm trying to get linkedom to work with deno_core, but I get the error
when I run the JsRuntime eventloop that imports linkedom.
This is my javascript file, following the example from https://docs.deno.com/runtime/manual/advanced/jsx_dom/linkedom/
this is my rust function to execute the js file
11 replies