The Pull Request https://github.com/tetratelabs/wazero/pull/1903 or its equivalent will patch wazero's async socket read and therefore fixes the failing fd_read() blocking water from working on Windows. After wazero merges it (or later, when a new wazero version is released after), water should undo skipping tests on Windows.
The Pull Request https://github.com/tetratelabs/wazero/pull/1903 or its equivalent will patch wazero's async socket read and therefore fixes the failing
fd_read()
blocking water from working on Windows. After wazero merges it (or later, when a new wazero version is released after), water should undo skipping tests on Windows.