WASAPI and WaveRT should be able to be supported. There's almost no reason to do WASAPI if you are using Kernel Streaming, since it's just emulating KS anyways, and you end up with the same latencies on average. (on plenty of systems i've seen worse latency performance from WASAPI in exclusive mode, better with KS).
WaveRT is way different though. That actually gives access to the soundcard's HARDWARE buffer memory, to the audio software that's using it, so that the audio data can be written directly into the hardware, without any need for ANY buffering in the audio API, other than what the soundcard itself normally uses for its own hardware's purposes. That's how it can sometimes even beat ASIO performance. 🙂
We shall see 🙂 For now, a soundcard with ASIO support is the way to go, if you need low latency for studio paths.