WASM fixes

This commit is contained in:
Guillaume Brunerie
2024-11-30 14:06:13 +01:00
parent 149cb96020
commit 52876c4798
5 changed files with 203 additions and 55 deletions

View File

@@ -482,6 +482,9 @@ extern struct nomakedefs_s nomakedefs;
#if !defined(CROSS_TO_WASM) /* no popen in WASM */
#define PANICTRACE_GDB
#endif
#ifdef CROSS_TO_WASM
#undef COMPRESS
#endif
#endif
/* Supply nethack_enter macro if not supplied by port */