stackDepth

@get:JvmName(name = "getStackDepth")
@set:JvmName(name = "setStackDepth")
var stackDepth: Int
Maximum stack depth to allow for execution within this guest; there is a sensible Elide-wide default if
unspecified. Specified as a numeric count. `0` disables the restriction.

uint32 stack_depth = 10;