Next steps
After setting up the Go development environment and learning the basic steps writing a Golem component and building them, please consider learning about the following topics:
Making HTTP requests from a Golem component
Learn how to send HTTP requests from a Golem component written in Rust.
Control durability guarantees
Check how the Rust Golem SDK can control various durability settings of Golem.
Automatic retries
Learn about Golem's retry mechanism and how it can be customized.
Transactions
Use the higher level transactions library to implement the Saga pattern.
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 Rust.