16 releases (9 breaking)
new 0.24.0 | Jan 23, 2025 |
---|---|
0.23.0 | Nov 8, 2024 |
0.22.0 | Oct 23, 2024 |
0.19.0 | Aug 27, 2021 |
0.16.0 | Mar 26, 2021 |
#1213 in WebAssembly
450 downloads per month
Used in 4 crates
(2 directly)
2MB
21K
SLoC
wasmCloud Host
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.
Usage
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.
lib.rs
:
wasmCloud host library
Dependencies
~92MB
~1.5M SLoC