localhostL
Denoβ€’12mo ago
localhost

Compiled executable fails to run as service

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.ts, but it immeadiatly fails to start if compiled with deno compile service.ts and the .exe is added to the service
Was this page helpful?