Welcome to the seventh devlog for Pulumi Wasm/Rust Gestalt. This week was all about rerelease and preparation for native Rust support.
Rerelease
The project has been renamed to Pulumi Gestalt. The new name reflects the broader vision of the project—to provide simple interfaces for other programming languages to add support for Pulumi. While not all documentation pages have been updated yet, the GitHub and Cloudsmith repositories have been renamed:
- Main repository: https://github.com/andrzejressel/pulumi-gestalt
- Examples repository: https://github.com/andrzejressel/pulumi-gestalt-example
- Releases repository: https://github.com/andrzejressel/pulumi-gestalt-releases
- Docs: https://andrzejressel.github.io/pulumi-gestalt/
Native Rust support
Currently, Pulumi Gestalt supports C and Wasm/Rust. Next week, I'll be working on native Rust support, which will also pave the way for other languages like Dart and Erlang.
That’s all for this week’s updates! As always, feedback is welcome — let me know your thoughts or if you run into any issues on either main repository or example repository
Top comments (0)