mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
targets (wasi/wasm): raise default stack size to 16 KiB
In some cases, 8 KiB is not enough for both the C stack and the asyncify stack. This gets the compress/zlib tests to fail without crashing.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
"linker": "wasm-ld",
|
||||
"libc": "wasi-libc",
|
||||
"scheduler": "asyncify",
|
||||
"default-stack-size": 8192,
|
||||
"default-stack-size": 16384,
|
||||
"ldflags": [
|
||||
"--allow-undefined",
|
||||
"--stack-first",
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
"linker": "wasm-ld",
|
||||
"libc": "wasi-libc",
|
||||
"scheduler": "asyncify",
|
||||
"default-stack-size": 8192,
|
||||
"default-stack-size": 16384,
|
||||
"ldflags": [
|
||||
"--allow-undefined",
|
||||
"--stack-first",
|
||||
|
||||
Reference in New Issue
Block a user