-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasi implementations: use rc-2024-01-16 for sockets, cli, http (#7781) (
#7785) * wasi: pull in contents of wasi-sockets, wasi-http, and wasi-cli 0.2.0-rc-2024-01-16 * command-extended and test worlds: use rc-2024-01-16 * sockets implementation: v6only is now mandatory * adapter: cli imports and exports are from rc-2024-01-16 now * eliminate ipv6-only methods and tests * a v6_client.blocking_connect(net, v4_listener) will always fail with INVAL right away. * eliminate the paths where a v6 client is allowed to connect to v4. * eliminate the udp_dual_stack_conversation from udp_sample_application * component-basic: update wasi:cli version * wasi-http: sync wit directory * wasi-http: fix import version * code review from dave * test both ipv4 address on v6 socket, and ipv6-mapped-ipv4 on v6 socket, both fail
- Loading branch information
Pat Hickey
authored
Jan 17, 2024
1 parent
0b63202
commit 2af1a89
Showing
42 changed files
with
171 additions
and
525 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.