Comment on Why I'm Building a Database Engine in C#parentComments−Rohansi5moYou also have the option to do single file deployment where it self-extracts the runtime when you run it. It's not as nice but it works and maintains full compatibility.−hnrodey5moWhile that is nice it’s not AOT, is it?−Rohansi5moYes, but it's still a single-file deployment option that can easily cross-compile. Just with slower startups.
Comments
You also have the option to do single file deployment where it self-extracts the runtime when you run it. It's not as nice but it works and maintains full compatibility.
While that is nice it’s not AOT, is it?
Yes, but it's still a single-file deployment option that can easily cross-compile. Just with slower startups.