Create a wstd-azure crate following a structure similar to the wstd-aws crate: - https://github.com/bytecodealliance/wstd/pull/102 There are two extension points that need to be implemented: - azure_core::async_runtime::AsyncRuntime documented at https://docs.rs/azure_core/latest/azure_core/async_runtime/trait.AsyncRuntime.html - azure_core::http::HttpClient documented at https://docs.rs/azure_core/latest/azure_core/http/trait.HttpClient.html I created a working example of implementing both using the Spin SDK in - https://github.com/Azure/azure-sdk-for-rust/pull/2974 Instead of the Spin SDK, use wstd.
Create a wstd-azure crate following a structure similar to the wstd-aws crate:
There are two extension points that need to be implemented:
documented at https://docs.rs/azure_core/latest/azure_core/async_runtime/trait.AsyncRuntime.html
documented at https://docs.rs/azure_core/latest/azure_core/http/trait.HttpClient.html
I created a working example of implementing both using the Spin SDK in
Instead of the Spin SDK, use wstd.