wasmcloud-runtime

Crates.iowasmcloud-runtime
lib.rswasmcloud-runtime
version0.7.0
sourcesrc
created_at2024-09-06 03:30:47.940328
updated_at2024-11-08 23:10:50.1866
descriptionwasmCloud runtime library
homepage
repositoryhttps://github.com/wasmCloud/wasmCloud
max_upload_size
id1365481
size405,720
wasmCloud Automation (automation-wasmcloud)

documentation

README

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.

Commit count: 5943

cargo fmt