damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 7f313dcbd4f5cd2f0cb50a37643ccd7b82955b45
parent 1dabd88355dcf0e3176109e03ce5e3afabf99312
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 18 Aug 2023 08:40:33 -0700

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

Diffstat:
Mdamus-c/wasm.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/damus-c/wasm.c b/damus-c/wasm.c @@ -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 =