Import bootable Linux disk into Windows with wsl --import?

,

I dual boot Windows and Linux on my gaming rig. I have successfully mounted my ext4 partition in Windows with
wsl --mount \\.\PHYSICALDISK2
and then manually mounting the individual partitions inside wsl. This then renders the ext4 partitions accessible from within Windows Explorer, though I’ve not tested extensively.

Which brings me to the idea of booting my Fedora 33 install, inside WSL. Would the wsl --import command allow the creation of a VM capable of booting my pre-existing Fedora install? Or should I just go back to smoking crack?