Hi, I've came here with a question about "AS_MAX_PORTABILITY" macro in AngelScript.
I'm aware of that what is it and what is it for but one thing that I could not find out is when you define AS_MAX_PORTABILITY manually and you are gonna use it for multi-platforms like something like asm.js (Emscripten) and arm64 phones and ... Can I use native calling conventions? I mean, I'm going to support consoles (PlayStation, Xbox and such) too, is it safe to still use native calling conventions instead of generic? Should I switch? Should I not?