Something’s not clear to me from the docs: can I write a “Native Pulumi Provider Package” in a language other than Go?
It looks like you could follow the same approach outlined in (e.g) https://github.com/pulumi/pulumi-component-provider-ts-boilerplate, but then just implement a full Provider instead of a Component Provider?