mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
6 lines
178 B
TOML
6 lines
178 B
TOML
|
|
# https://docs.wasmtime.dev/cli-options.html#cli-options-using-toml-file
|
||
|
|
|
||
|
|
[wasm]
|
||
|
|
# 32 MiB; big enough for the test suite to pass under a debug build.
|
||
|
|
max-wasm-stack = 33_554_432
|