Wayland won't draw a window's contents until something is committed (drawn to) that window. For Vulkan, that means doing a present.
Once you complete your sample/demo code far enough to present something, you should then see the window.