I'm trying to setup a deno script as a windows service. I created a DLL in C and am loading with Deno.dlopen. I can start the service when using deno run service.tsdeno run service.ts, but it immeadiatly fails to start if compiled with deno compile service.tsdeno compile service.ts and the .exe is added to the service
No replies yet
Join the Discord to continue the conversation
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.