mirror of
https://github.com/janet-lang/janet
synced 2025-09-19 03:04:11 +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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user