deno icon indicating copy to clipboard operation
deno copied to clipboard

Add support for node native addons / napi / FFI in `deno compile`

Open marvinhagemeister opened this issue 10 months ago • 2 comments

Discussed in https://github.com/denoland/deno/discussions/23255

Originally posted by babakfp April 6, 2024 Hi 👋

https://github.com/parcel-bundler/lightningcss/discussions/712

Based on this comment https://github.com/parcel-bundler/lightningcss/discussions/712#discussioncomment-9029656 and this:

Screenshot 2024-04-06 223807

(I used this library https://deno.land/x/[email protected] and when I compiled, it started to download this ^ file).

It seems like Deno doesn't do the same for lightningcss.

Search keywords:

  • TypeError: LoadLibraryExW failed

marvinhagemeister avatar Apr 07 '24 16:04 marvinhagemeister