Deno compile restrictions? #32208
Replies: 1 comment
|
It uses an in memory file system, so certain dynamic libraries fail to work. There are some issues like #28918 that should make it work in more scenarios in the future. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am finding that many libraries are not working anymore after compiling a Deno app to an executable.
Some are throwing non-obvious errors, like lancedb for example saying it cannot create some index or some training error.
That makes me think its some underlying issue with the file-system Deno creates for executables.
Is there a known list of restrictions for produced executables by Deno compile?
All reactions