WebAssembly Secure Capabilities Connector - Actor SDK
The waSCC Actor SDK is used by Rust developers building cloud-native workloads for the wasm32-unknown-unknown target. Using waSCC to host your WebAssembly module frees you of the burden of traditional non-functional requirements and boilerplate typically bogging down our development time. waSCC lets you focus squarely on compiling the business logic in a portable, secure Wasm module.
For more documentation, tutorials, and examples, please check out the wascc website.
Example
extern crate wascc_actor as actor;
use *;
actor_receive!;