Corporate + Enterprise Beta
Compile selected JavaScript functions into per-build VM bytecode.
Mark security-critical functions with @virtualize. The hosted pipeline replaces supported function bodies with bytecode and a generated JavaScript interpreter, while the rest of the bundle continues through Maximum mode. Eligibility requires Corporate or Enterprise plus explicit beta enrollment.
What Changes
The selected function body no longer ships as source-level JavaScript.
Supported marked functions become instructions for a generated interpreter. Unmarked or unsupported functions remain protected by standard Maximum-mode transforms and are reported honestly in build warnings.
Selected functionsUse virtualization where its runtime cost is justified.
Per-build outputThe bytecode and interpreter shape are regenerated for each build.
Explicit fallbackSkipped constructs and sidecar limits produce warnings, not silent VM claims.
Read eligibility, marker, and compatibility details →