I have a flatpak IDE, which uses Deno extension, that extension depends on Deno executable, the Deno executable itself depends on Node.
I’ve found the mount point of the container but it’s only accessible to the root.
If I’ve tried copying the Deno exec and running it but it failed, because Deno depends on Node (while I might try coping Node exec and setting paths, it still feels a bit cumbersome and messy.)