I see the same thing, but the code for winuwp obviously exists throughout the various python and gn build scripts.
For example, if I pass target_os="winuwp" target_cpu="arm64" that succeeds and produces an output folder with a ninja build script (the code doesn't actually build, but clearly all the build scripts accept the inputs as valid).
I ran the win32 build of v8.dll through WACK and most of the forbidden APIs come from the CRT / STL functions not using the "Store App" version of the VCRuntime. I presume V8 has supported UWP at some point (or is still supporting it with some undocumented missing pieces). If anyone tried embedding V8 in a UWP application with some success, any tips are appreciated.
Thank you!