wstd-aws 0.6.6

AWS rust sdk support for Wasm Components and WASI 0.2, based on wstd
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# THIS CRATE IS DEPRECATED

# wstd-aws: wstd support for the AWS Rust SDK

This crate existed to provide support for using the AWS Rust SDK for the
`wasm32-wasip2` target using the [`wstd`] crate.

It has been superceded by upstream support provided in
[`aws_smithy_wasm`](https://crates.io/crates/aws-smithy-wasm).

See (wstd's aws-example)[https://github.com/bytecodealliance/wstd/tree/main/aws-example]
for more information on using wstd with aws.