refraction-networking / water

WebAssembly Transport Executables Runtime
Apache License 2.0
22 stars 1 forks source link

cleanup: water/watm untagged, must not exist as a submodule #56

Closed gaukas closed 6 months ago

gaukas commented 6 months ago

It is not the best practice to include one module as a submodule of another. For now, go cannot obtain the latest version correctly.

So instead it seems the most proper way is separating them into two repositories, instead of putting them all under water as submodule or watm as a package under water module (which would bring mess to water's go.mod).