feat: convert aws-cli to wasip2 component - #7
Merged
Merged
Conversation
eduardomourar
marked this pull request as ready for review
June 3, 2026 22:23
create credentials adapter for component
eduardomourar
force-pushed
the
feat/wasi-http-resources
branch
from
June 4, 2026 02:48
f182c32 to
f98a776
Compare
Fixed paste duplication in terminal and cursor positioning issue with wrapped lines.
eduardomourar
force-pushed
the
feat/wasi-http-resources
branch
from
July 9, 2026 18:17
b2b1f3f to
69a0316
Compare
eduardomourar
force-pushed
the
feat/wasi-http-resources
branch
from
July 9, 2026 22:27
69a0316 to
1947866
Compare
eduardomourar
force-pushed
the
feat/wasi-http-resources
branch
from
September 5, 2026 21:42
570a09b to
1c04d60
Compare
eduardomourar
force-pushed
the
feat/wasi-http-resources
branch
from
September 7, 2026 10:13
1c04d60 to
0172165
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Converts the AWS CLI from a WASI Preview1 module to a native
wasm32-wasip2component with a dedicated WASI HTTP client, and rebuilds the web/browser integration around it.aws-clias a wasip2 component with auto-generated bindings, adds a separate integration-tests crate running against wasmtime (with build caching), and updates CI to build/test multiple components.wasm-webtermto a custom TypeScript terminal, pulls in a local-echo library, adds advanced bash-like features (pipes, command exit codes), and adds symlink support and additional filesystem/symlink e2e tests.preview2-shimandwasmtime, adds Playwright e2e testing, and migrates theaws-clinpm package to TypeScript.