mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
08465e8000
In cases where a valid IsolateConfiguration cannot be inferred, (e.g., settings.kernel_list_asset is missing) RunConfiguration can be created with a null IsolateConfiguration. In such cases, bail out early with kInvalidSettings. Also adds a redundant paranoid check to EmbedderEngine::Run.