Description
Embeds scripting into C++ applications without requiring a separate external language runtime. It is useful for developers who want users or plugins to customize behavior inside a native C++ program.
Embedded scripting can execute logic supplied by configuration files or users. Treat untrusted scripts as code, limit exposed APIs, and validate what scripts are allowed to access.