build: Fix and re-enable Web build

This commit is contained in:
WerWolv
2025-07-24 10:52:08 +02:00
parent 32adb99f3d
commit 2b72d08e39
3 changed files with 9 additions and 3 deletions

View File

@@ -25,6 +25,12 @@
}
int runImHex() {
// Initialize GLFW
if (!glfwInit()) {
log::fatal("Failed to initialize GLFW!");
std::abort();
}
static std::unique_ptr<init::WindowSplash> splashWindow;
splashWindow = initializeImHex();