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
Add wasmtime-wasi-tls to publish list
alexcrichton committed Mar 7, 2025
commit 221f5089c0b1d7500506139fd11b50e15aa7d613
1 change: 1 addition & 0 deletions scripts/publish.rs
Original file line number Diff line number Diff line change
@@ -75,6 +75,7 @@ const CRATES_TO_PUBLISH: &[&str] = &[
"wasmtime-wasi-config",
"wasmtime-wasi-keyvalue",
"wasmtime-wasi-threads",
"wasmtime-wasi-tls",
"wasmtime-wast",
"wasmtime-c-api-macros",
"wasmtime-c-api-impl",