7 releases (breaking)
0.7.0 | Nov 8, 2024 |
---|---|
0.6.0 | Oct 23, 2024 |
0.5.0 | Oct 9, 2024 |
0.4.0 | Sep 28, 2024 |
0.1.0 | Sep 6, 2024 |
#1269 in WebAssembly
2,408 downloads per month
Used in 3 crates
(via wasmcloud-host)
1.5MB
5.5K
SLoC
wasmCloud Runtime
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 runtime 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 runtime in a Rust application. You can refer to the wasmcloud-host crate for an example of how to use the runtime, generally it's recommended to use the host crate instead for embedding in an application as this crate is lower level.
lib.rs
:
wasmCloud runtime library
Dependencies
~73MB
~1.5M SLoC