build: Update emscripten to the latest version

This commit is contained in:
WerWolv
2025-05-10 14:24:07 +02:00
parent 51a01c860b
commit f19478374f
3 changed files with 6 additions and 2 deletions

View File

@@ -21,6 +21,10 @@
#include <utility>
#include <romfs/romfs.hpp>
#if defined(OS_WEB)
#include <emscripten.h>
#endif
namespace hex::plugin::builtin {
using namespace wolv::literals;