| 6 May 2025 |
Corngood | Other than apphost and singlefilehost, is there anything else we need to worry about? Do they ship AOT things? | 13:59:13 |
Corngood |
self-contained apphosts
This would be singlefilehost I believe. Let me see what one of those looks like after build.
| 14:00:07 |
GGG | AOT would indeed be an issue we need to worry about as well, I don't know how the AOT binaries are built, I'd need to check to see if they have ICU among the needed libraries | 14:00:06 |
Corngood | I sort of doubt they would have that magic foobar hash in them. | 14:00:35 |
GGG | let me check with patchcil | 14:01:01 |
GGG | it's the only AOT program we have in nixpkgs afaik | 14:01:09 |
Corngood | But are they statically or dynamically linked against the ssl shim? | 14:01:09 |
GGG | it should be static, since it's a self-contained binary | 14:01:34 |
GGG | it should only need the external deps, no runtime nor anything else | 14:01:42 |
Corngood | so AOT is always a single file? | 14:01:55 |
GGG | it has some auxliary files like the pdb and other native dlls (when nuget libraries use pinvoke), but I haven't seen AOT binaries with dlls | 14:02:40 |
GGG | * it has some auxliary files like the pdb and other native libraries (when nuget libraries use pinvoke), but I haven't seen AOT binaries with dlls | 14:02:46 |