Rust (programming language) as app service language.
I was playing with the thought of using Rust as the app service language. (currently C++ and JS are available)
As far as I'm aware the JS code gets interpreted by the C++ executable that gets provided.
Would it be feasible to do so? What would this take? Are there resources that explain the requirements that an executable has to have to be executed by the app service as an app?