mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-23 21:10:19 +00:00
Update common.h
This commit is contained in:
parent
d7c37373e4
commit
2fc87f4788
@ -33,6 +33,10 @@
|
||||
#define UNREACHABLE() throw std::runtime_error( __FILE__ + std::string(":") + std::to_string(__LINE__) + " UNREACHABLE()!");
|
||||
#endif
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
#include <emscripten.h>
|
||||
#endif
|
||||
|
||||
#define PK_VERSION "0.8.0"
|
||||
|
||||
typedef int64_t i64;
|
||||
|
Loading…
x
Reference in New Issue
Block a user