1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-06 07:17:16 +00:00

No need to set JANET_WALIGN for emscripten builds.

However, nanbox build should be possible on emscripten
(and fixing alignment problems would probably speed up x86 too).
This commit is contained in:
Calvin Rose 2018-10-21 12:54:00 -04:00
parent a20799b59a
commit ddc23182e9

View File

@ -97,7 +97,6 @@ extern "C" {
#ifdef __EMSCRIPTEN__
#define JANET_NO_DYNAMIC_MODULES
#define JANET_NO_NANBOX
#define JANET_WALIGN 8
#endif
/* Define how global janet state is declared */