Registry / cloud / wasmcloud-core

wasmcloud-core

JSON →
library0.21.1rscratesunverified

Core functionality shared throughout the wasmCloud ecosystem.

# Cargo.toml [dependencies] wasmcloud-core = "0.21.1"
INSTALL
IMPORT
SIG · WASMCLOUD-CORE
W
wasmcloud-core
cloudrustv0.21.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Host
use wasmcloud_core::Host;

Creates a new wasmCloud host instance.

use wasmcloud_core::Host; fn main() { let host = Host::new("my-host"); println!("Host created: {:?}", host); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.21.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
40
Resources
wasmcloud-core — cargo add wasmcloud-core · libregistry