mirror of
https://github.com/python/cpython.git
synced 2026-01-26 12:55:08 +00:00
Along the way, leave a deprecated Tools/wasm/wasi/__main__.py behind for backwards-compatibility. Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
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
|