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:
@@ -7100,6 +7100,7 @@ int wasm_interp_init(struct wasm_interp *interp, struct module *module)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// keep total memory size small for now, iOS doesn't like like mallocs
|
||||||
memory_pages_size = 8 * WASM_PAGE_SIZE;
|
memory_pages_size = 8 * WASM_PAGE_SIZE;
|
||||||
|
|
||||||
memsize =
|
memsize =
|
||||||
|
|||||||
Reference in New Issue
Block a user