You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move hashtables to end of toml-serializable structs
This is needed to avoid "value must be emitted before tables" errors when
serializing to TOML.
I don't believe Spin itself ever serializes these structs to TOML, but other
libraries may want to reuse `spin-loader` and do so.
Signed-off-by: Joel Dice <[email protected]>
0 commit comments