We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do we really need another indirection layer like wasm providers? Shouldn't generated code just directly call register?
Should be considered only after all feature of Pulumi are implemented.
Considering end goal is having users generating their own providers - this may not be a bad idea after all.
There may be issue with plugin version detection thought. I wonder if I can force some wasm attribute that will be available in runner.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Do we really need another indirection layer like wasm providers? Shouldn't generated code just directly call register?
Should be considered only after all feature of Pulumi are implemented.
Considering end goal is having users generating their own providers - this may not be a bad idea after all.
There may be issue with plugin version detection thought. I wonder if I can force some wasm attribute that will be available in runner.
The text was updated successfully, but these errors were encountered: