Hi. This might be a silly question, and if so I apologize
I need to include a native binary for just Windows in a node module I'm going to publish. I'm here because I'm trying to ensure deno compatability (I'm also in the bun discord for similar reasons)
Node has several options for this - gyp, napi, pre-gyp, optionalDependencies, and I'm out of date, so maybe others. There might also be the possibly of just stuffing it in as a file and running it with child_process.exec or whatever
I'm here to ask what the "right way"(s) is/are to do this in Deno. Bonus points if you have opinions about compatability with the other runtimes.
Sorry, I know my tags on this aren't great
Thanks