DEV Community

​Andrzej Ressel
​Andrzej Ressel

Posted on

Pulumi Wasm/Rust devlog #6

Welcome to the sixth devlog for the Wasm/Rust support for Pulumi! This week and the next are all about the project's rerelease under a new name and C FFI support. Let’s dive into the updates!

C FFI Support

I’m excited to share that the project is being extended to support C FFI (Foreign Function Interface)! This opens up new possibilities for integrating additional languages into the Pulumi ecosystem. While the C FFI support is still in its early stages and not fully documented, I encourage all experimenters to give it a try and share your feedback.

  • Prebuilt Library: You can find the prebuilt library in the releases section.
  • Example C++ Project: To help you get started, I’ve added an example C++ project in the main repository. This should serve as a useful reference for integrating the library with other languages.

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)