Open
Description
There was some discussion on recursive types in WebAssembly/interface-types#137.
My takeaway was that recursion would be hard to specify with adapter functions.
With adapters punted to a post-MVP phase , would it be sensible to re-consider allowing recursion?
There were arguments for and against in the linked issue, but I'd like to point out again that having to fall back to resources to represent nested data structures is quite a big limitation and would require falling back to other serialization formats like JSON/msgpack/Protobuf/... quite often to get decent performance.