Next steps
After setting up the Zig development environment and learning the basic steps writing a Golem component and building them, please consider learning about the following topics:
Note that as there is no Zig-specific Golem SDK and binding generator, the lineked pages below refer to the C/C++ language guide.
Making HTTP requests from a Golem component
Learn how to send HTTP requests from a Golem component written in C/C++.
Control durability guarantees
Check how the Golem runtime API can control various durability settings of Golem.
Automatic retries
Learn about Golem's retry mechanism and how it can be customized.
Promises
Create and use promises to await external events from within a running worker.
Using WASI interfaces
See what low-level WASI interfaces are available and how they can be used from C/C++.