diff options
author | David Robillard <d@drobilla.net> | 2023-08-23 17:58:15 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-08-23 18:58:46 -0400 |
commit | 1420be7916429425f826a214d2bc7e1e19ae11e8 (patch) | |
tree | 4e7b6acb766d54bc559b810a3ef617c2c78d597c /meson.build | |
parent | 4f1822cd1e428252b0dfc5ba88c1147e91aa7aa8 (diff) | |
download | zix-1420be7916429425f826a214d2bc7e1e19ae11e8.tar.gz zix-1420be7916429425f826a214d2bc7e1e19ae11e8.tar.bz2 zix-1420be7916429425f826a214d2bc7e1e19ae11e8.zip |
Improve test coverage
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 4142103..926d5df 100644 --- a/meson.build +++ b/meson.build @@ -372,6 +372,7 @@ if cc.get_id() == 'emscripten' '-mbulk-memory', '-pthread', ['-s', 'ENVIRONMENT=node,worker'], + ['-s', 'INITIAL_MEMORY=33554432'], ] library_c_args += wasm_c_args |