Stream: wasi

Topic: wasi-tls wasmtime


view this post on Zulip Dave Bakker (badeend) (Mar 07 2025 at 20:38):

The initial implementation of wasi-tls just got merged into wasmtime :octopus:
Thanks @James Sturtevant !

It is gated behind the -S tls command-line flag.

Example can be seen here

SSL/TLS interface for WASI. Contribute to WebAssembly/wasi-tls development by creating an account on GitHub.
fixes: #10089 This adds a crate that provides the Wasmtime host implementation for the wasi-tls API. The wasi-tls world allows WebAssembly modules to perform SSL/TLS operations, such as establishin...
A lightweight WebAssembly runtime that is fast, secure, and standards-compliant - bytecodealliance/wasmtime

view this post on Zulip James Sturtevant (Mar 07 2025 at 21:11):

Thanks for all the guidance and help


Last updated: Apr 09 2025 at 13:10 UTC