According to this guideline, electron app can be published to MAC App Store. Electron itself is based on chromium and node.js, and they are both based on v8 js engine which enables JIT. But JIT compiler is not allowed by MAC App Store as far as I know. So how can it bypass this limitation?