Crates.io | wasmcloud-host |
lib.rs | wasmcloud-host |
version | 0.23.0 |
source | src |
created_at | 2021-02-16 17:53:00.553943 |
updated_at | 2024-11-08 23:38:04.561311 |
description | wasmCloud host library |
homepage | |
repository | https://github.com/wasmCloud/wasmCloud |
max_upload_size | |
id | 356100 |
size | 400,600 |
wasmCloud is an open source Cloud Native Computing Foundation (CNCF) project that enables teams to build, manage, and scale polyglot Wasm apps across any cloud, K8s, or edge.
⚠️ This crate is highly experimental and likely to experience breaking changes frequently. The host itself is relatively stable, but the APIs and public members of this crate are not guaranteed to be stable.
This crate can be used to embed a wasmCloud host in a Rust application. You can refer to the main.rs file of the wasmCloud runtime for an example of this.