Closed ritesh089 closed 2 months ago
@ritesh089 this is actually by design, since we've moved to the new format of
target:
name: <name>
instead of just a String name. You can see below in the custom deserialize code how we're converting the older format to thew new https://github.com/wasmCloud/wadm/blob/main/crates/wadm-types/src/lib.rs#L432
Thank you. Closing the issue .
Currently , Link property struct is defined as :
But WADM requires target to be a string :