awslabs / awslabs/aws-sdk-rust
WebAssembly support
- Dominant language
- Rust
- Stars
- 3.3k
- Forks
- 290
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 3
Description
❗ **Are you interested in using the Rust SDK in Web Assembly? Please comment on this issue with more details about your potential use case!** ❗
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue, please leave a comment
**Tell us about your request**
The AWS SDK should be usable from a Rust WebAssembly program.
**Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?**
I'm building a web application with core logic written in Rust and compiled to Wasm, and I'd like to connect with AWS APIs such as S3 from my Rust program without having to drop down to JavaScript too often (if ever).
**Are you currently working around this issue?**
Since I'm targeting the web and there's already [an extensive AWS SDK for JavaScript](https://github.com/aws/aws-sdk-js-v3), I can delegate all the AWS bits to JavaScript.
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by surveying the Rust SDK's compatibility with WebAssembly and its AWS API dependencies; done means the SDK can be used from a Rust WebAssembly program for AWS services such as S3 without routinely dropping to JavaScript.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, wasm
- Domain
- backend-api-design, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100