I am trying to figure out how to detect, at runtime, from SwiftWasm, if it's being run from carton test, but ProcessInfo arguments and environment are totally empty. I was hoping to be able to see something like ["carton", "test", "--environment", "node"] and use this.
(I can't rely on arguments passed by the user, since this is library code.)