diff --git a/damus-c/wasm.c b/damus-c/wasm.c index 8304f3ec..8a81d301 100644 --- 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 =