Are multiple wire functions run sequentially in the JS file in Salesforce LWC?
I am trying to understand if there are multiple wire functions in a JS file, which one would run first, or are they run altogether? Or, what if there is one wire is dependant on other wire?