You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deeply nested parenthesized expressions in templates can cause stack
overflows in WebAssembly environments, which typically have more
restricted stack space than native platforms.
This change introduces a separate, lower maximum depth constant for
WASM (1000 levels vs 10000 for other platforms), and modifies the
tests to use the appropriate limit based on the current architecture.
Similar to the approach used in encoding/xml package.
0 commit comments