teeemcee 2023-10-29 19:54:03 -0700 (Sun, 29 Oct 2023) 357 web: Fix RELOAD memory alignment bug under emscripten asm.js
HashZString broke strict C memory alignment rules which are followed by asm.js (non-wasm target) but which don't need to be on x86 and modern ARM. Caused reloadtest failures where searching for a node by its name didn't find it. Caused a memory alignment error when compiled with -sSAFE_HEAP=1. --- U wip/reload.bas U wip/reloadtest.bas _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
