as of now, please do not use the old V8 JS language launch process for launching new JS features.
Please use the Blink intent process instead, if you want to develop WebAssembly and JavaScript language features. More information and details can be found
here.
The old V8 JS language launch process was created in a world before the revisited Blink intent process. Nowadays, besides JavaScript also WebAssembly is supported by V8. As a lot of WebAssembly-focused features are not only implemented in V8 but also in Chromium, V8's own Feature Launch Process was not adequate enough. Thus, for WebAssembly features the Blink-intent process is already used. In order to remove process complexity (and ambiguity) V8 is deprecating its own Feature Launch Process and fully adopt Blink-intent for JS features too.
Does this affect non-language features?
No, only features that change the Web Platform API need to follow Blink intents.
If you have any questions, please feel free to get in touch with me.
Cheers,
Michael