cpython/Platforms/WASI/wasmtime.toml
Brett Cannon 6181b69970
GH-143941: Move WASI-related files to Platforms/WASI (GH-143942)
Along the way, leave a deprecated Tools/wasm/wasi/__main__.py behind for backwards-compatibility.

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
2026-01-21 14:31:58 -08:00

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