Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Based onbytecodealliance/wasmtime#5152 it looks like the stack depth specified in:
Line 38 in4702552
| #defineMAX_MARSHAL_STACK_DEPTH 2000 |
and:
cpython/Lib/test/test_marshal.py
Line 264 in7644935
| MAX_MARSHAL_STACK_DEPTH=2000 |
are too high for wasmtime 2.0 (in development). We should drop it to either 1000 to match Windows or something like 1500 if we want a higher, but still acceptable, limit.