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
Is your feature request related to a problem? Please describe.
When creating a rust wasm component, it is tedious to manually define the function parameters. Especially when making many operations or operations with complex inputs (optional, lists, etc).
Propose a solution
I want a just codegen command that will automatically create a stub lib.rs file with all the appropriate operation functions with comments for the areas that I am responsible for.
There can be a warning or prompt that confirms that it will overwrite any existing lib.rs file that may exist. It is not expected for this to implement any intelligence on attempting to preserve existing code.
Describe alternatives you've considered
None
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When creating a rust wasm component, it is tedious to manually define the function parameters. Especially when making many operations or operations with complex inputs (optional, lists, etc).
Propose a solution
I want a
just codegen
command that will automatically create a stub lib.rs file with all the appropriate operation functions with comments for the areas that I am responsible for.There can be a warning or prompt that confirms that it will overwrite any existing lib.rs file that may exist. It is not expected for this to implement any intelligence on attempting to preserve existing code.
Describe alternatives you've considered
None
Additional context
N/A
The text was updated successfully, but these errors were encountered: