Registry / cloud / wasmcloud-actor-core

wasmcloud-actor-core

JSON →
library0.2.3rscratesunverified

Provides the core actor interface for wasmCloud, enabling actors to communicate with the host runtime.

# Cargo.toml [dependencies] wasmcloud-actor-core = "0.2.3"
INSTALL
IMPORT
SIG · WASMCLOUD-ACTOR-CO
W
wasmcloud-actor-core
cloudrustv0.2.3
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.

Actor
use wasmcloud_actor_core::Actor;

Imports the Actor trait from wasmcloud-actor-core.

use wasmcloud_actor_core::Actor; fn main() { // This is a simplified example; actual usage requires implementing the Actor trait. println!("wasmCloud actor core loaded"); }
Debug
Known issues
gotchaRequires the wasmCloud host runtime and proper actor configuration.
fix
Set up a wasmCloud environment and implement the Actor trait with the required handlers.
affects: >=0.2.3
Upgrade
Version history
0.2.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
28
Resources
wasmcloud-actor-core — cargo add wasmcloud-actor-core · libregistry