11 lines
253 B
Markdown
11 lines
253 B
Markdown
Built-In Safety Limits
|
|
======================
|
|
|
|
{{#include ../links.md}}
|
|
|
|
|
|
Rhai has a number of safety limits built into the [`Engine`].
|
|
|
|
All these limits can be disabled, for higher performance (but higher risks as well), via the
|
|
[`unchecked`] feature.
|