The addition to using L: vars in Simconnect is extremely useful ( would be possible to have other variables usable in the same way, such as Z, O, B, etc. ? ), so it would be even more useful if we could call execute_calculator_code() from Simconnect as well.
This will lessen the need for a lot of WASM stand-alone modules that right now don't do much else other than giving access to L: variables and perform execute_calculator_code() on behalf ot external Simconnect apps, all causing performance loss and unnecessary traffic over Simconnect, to do the same thing, and many could just be retired, if execute_calculator_code() was also available directly from Simconnect.