Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create codegen just task for rust wasm components #202

Open
fawadasaurus opened this issue Apr 19, 2023 · 0 comments
Open

Create codegen just task for rust wasm components #202

fawadasaurus opened this issue Apr 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@fawadasaurus
Copy link
Contributor

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

@fawadasaurus fawadasaurus added enhancement New feature or request triage To be triaged labels Apr 19, 2023
@jsoverson jsoverson removed the triage To be triaged label Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants