Bootstrapping arm64-darwin mlton:

We want to bootstrap an mlton compiler that runs natively on a Apple Silicon (aka M1, arm64) and generates native arm64 executables.
Thanks to Rosetta2, this is possible starting from an amd64 mlton compiler. There are many recipes for this; I used the following:

Ingredients:

Recipe: