Registry / networking / wasmedge-rustls-api

wasmedge-rustls-api

JSON →
library0.1.1rscratesunverified

The TLS plugin for WasmEdge. It provides a TLS API for WasmEdge programs.

# Cargo.toml [dependencies] wasmedge_rustls_api = "0.1.1"
INSTALL
IMPORT
SIG · WASMEDGE-RUSTLS-AP
W
wasmedge-rustls-api
networkingrustv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TlsContext
use wasmedge_rustls_api::TlsContext;

Create a TLS context for WasmEdge programs.

use wasmedge_rustls_api::TlsContext; fn main() { let ctx = TlsContext::new(); println!("TLS context created"); }
Debug
Known issues
gotchaRequires WasmEdge runtime to be installed and configured.
fix
Ensure WasmEdge is properly set up in your environment.
affects: >=0.1.0
Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Bingbot
1
Resources
wasmedge-rustls-api — cargo add wasmedge-rustls-api · libregistry