added virtualization docs

This commit is contained in:
cpunch 2025-07-05 03:11:10 -05:00
parent b2c20a130e
commit ed9685e77d

View File

@ -11,4 +11,8 @@ The MoonVeil virtualization pass handles lifting and compiling selected virtuali
{{% alert context="info" text="**Note**: This requires a paid plan to enable, otherwise the macros act as no-ops" /%}}
Currently the only child option is 'Virtualize Script' which will wrap the entire script in an `MV_VM` macro, effectively marking the entire script (excluding [MV_OMIT](/docs/macros/mv_omit_function) blocks).
The following child options are available:
- `Virtualize Script`: Wrap the entire script in an `MV_VM` macro, effectively marking the entire script (excluding [MV_OMIT](/docs/macros/mv_omit_function) blocks).
- `Environment check`: Will perform some basic anti-tamper checks, can break some environments
- `Debug VM`: Enables VM error debugging; DO NOT USE FOR SHARED SCRIPTS