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
Refactor mission input types and update WASM interfaces
- Split `PipelineInput` into `MissionInput` and `PipelineInput` to separate core mission fields from nyx-specific fields.
- Update all references to `PipelineInput` in the codebase to use the new `MissionInput` where appropriate.
- Adjust serialization/deserialization logic to accommodate the new structure.
- Modify tests to reflect changes in input types and ensure compatibility with existing functionality.
- Update comments and documentation to clarify the purpose of the new types and their usage.
- Ensure that all WASM bindings are updated to use the new `MissionInput` type instead of `PipelineInput`.
0 commit comments