Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial implementation of Wasi-tls (Transport Layer Security) #10249

Merged
merged 18 commits into from
Mar 7, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Skip test on riscv64/s390x
Signed-off-by: James Sturtevant <jstur@microsoft.com>
jsturtevant committed Mar 7, 2025
commit f2b4ade7258c505677cf3f0a195c727582f1ca02
2 changes: 2 additions & 0 deletions crates/wasi-tls/tests/main.rs
Original file line number Diff line number Diff line change
@@ -59,6 +59,8 @@ macro_rules! assert_test_exists {
foreach_tls!(assert_test_exists);

#[tokio::test(flavor = "multi_thread")]
// test uses TLS but riscv/s390x don't support that yet
#[cfg_attr(any(target_arch = "riscv64", target_arch = "s390x"), ignore)]
async fn tls_sample_application() -> Result<()> {
run_wasi(
TLS_SAMPLE_APPLICATION_COMPONENT,