15 releases (8 breaking)

new 0.23.0 Nov 8, 2024
0.21.0 Oct 9, 2024
0.19.0 Aug 27, 2021
0.18.2 May 13, 2021
0.16.0 Mar 26, 2021

#517 in WebAssembly

Download history 203/week @ 2024-07-21 311/week @ 2024-07-28 113/week @ 2024-08-04 95/week @ 2024-08-11 202/week @ 2024-08-18 136/week @ 2024-08-25 138/week @ 2024-09-01 223/week @ 2024-09-08 219/week @ 2024-09-15 283/week @ 2024-09-22 656/week @ 2024-09-29 599/week @ 2024-10-06 440/week @ 2024-10-13 812/week @ 2024-10-20 421/week @ 2024-10-27 265/week @ 2024-11-03

1,986 downloads per month
Used in 3 crates (2 directly)

Apache-2.0

2MB
16K 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

~89MB
~1.5M SLoC