nostrscript: add comment about iOS virtual memory allocs

I'm really just doing this because I forgot a changelog entry

Changelog-Fixed: Fixed nostrscript not working on smaller phones
This commit is contained in:
William Casarin
2023-08-18 08:40:33 -07:00
parent 1dabd88355
commit 7f313dcbd4

View File

@@ -7100,6 +7100,7 @@ int wasm_interp_init(struct wasm_interp *interp, struct module *module)
return 0;
}
// keep total memory size small for now, iOS doesn't like like mallocs
memory_pages_size = 8 * WASM_PAGE_SIZE;
memsize =