You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2025. It is now read-only.
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.)