{"id":15031972,"url":"https://github.com/wasmcloud/wascc-actor","last_synced_at":"2025-10-04T05:30:44.728Z","repository":{"id":104256847,"uuid":"225905296","full_name":"wasmCloud/wascc-actor","owner":"wasmCloud","description":"Now deprecated in favor of using wapc-generated types and wrappers","archived":true,"fork":false,"pushed_at":"2020-12-03T13:24:37.000Z","size":96,"stargazers_count":33,"open_issues_count":3,"forks_count":8,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-01-23T03:32:48.869Z","etag":null,"topics":["actor-model","actor-sdk","rust","rust-language","wascc","wasm","webassembly","webassembly-runtime"],"latest_commit_sha":null,"homepage":"https://wascc.dev","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wasmCloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-04T16:02:52.000Z","updated_at":"2023-01-28T11:37:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"44c1cdfc-512d-4747-885e-5deeb323becb","html_url":"https://github.com/wasmCloud/wascc-actor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wasmCloud/wascc-actor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasmCloud%2Fwascc-actor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasmCloud%2Fwascc-actor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasmCloud%2Fwascc-actor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasmCloud%2Fwascc-actor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wasmCloud","download_url":"https://codeload.github.com/wasmCloud/wascc-actor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasmCloud%2Fwascc-actor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278267408,"owners_count":25958849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actor-model","actor-sdk","rust","rust-language","wascc","wasm","webassembly","webassembly-runtime"],"created_at":"2024-09-24T20:17:01.015Z","updated_at":"2025-10-04T05:30:44.723Z","avatar_url":"https://github.com/wasmCloud.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![crates.io](https://img.shields.io/crates/v/wascc-actor.svg)](https://crates.io/crates/wascc-actor)\u0026nbsp;\n![Rust](https://github.com/wascc/wascc-actor/workflows/Rust/badge.svg)\u0026nbsp;\n![license](https://img.shields.io/crates/l/wascc-actor.svg)\u0026nbsp;\n[![documentation](https://docs.rs/wascc-actor/badge.svg)](https://docs.rs/wascc-actor)\n\n# DEPRECATED\nThis crate is no longer used as of 0.15.0. For actors targeting the 0.15.0 wasmCloud host, you will want to use waPC-generated types and wrappers that can be found in the [actor-interfaces](https://github.com/wascc/actor-interfaces) repository.\n\n# WebAssembly Secure Capabilities Connector - Actor SDK\n\nThe [waSCC Actor SDK](https://wascc.dev) is used by Rust developers building cloud-native workloads for the `wasm32-unknown-unknown` target. Using waSCC to host your WebAssembly module frees you from the burden of manually implementing traditional non-functional requirements and boilerplate that typically bogs down development time. waSCC lets you focus solely on writing the business logic in a portable, secure wasm module that can run anywhere there's a waSCC host.\n\nFor more documentation, tutorials, and examples, please check out the [wascc](https://wascc.dev) website.\n\n# Example\n\n```rust\nextern crate wascc_actor as actor;\n\nuse actor::prelude::*;\n\nactor_handlers!{ codec::http::OP_HANDLE_REQUEST =\u003e hello_world, \n                 codec::core::OP_HEALTH_REQUEST =\u003e health }\n\nfn hello_world(_req: codec::http::Request) -\u003e ReceiveResult {\n\n    // Utilize capabilities here\n    // ...\n    \n    Ok(vec![])\n}\n\nfn health(_req: codec::core::HealthRequest) -\u003e ReceiveResult { \n    Ok(vec![])\n}\n```\n\n## Debug output vs. using the wascc:logging capability\n\nIf you want more functionality beyond the simple `println` call, then you can\nsign your modules with the `wascc:logging` capability and you'll be able to use the idiomatic Rust `log` macros like `debug!`, `warn!`, `trace!`, etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasmcloud%2Fwascc-actor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwasmcloud%2Fwascc-actor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasmcloud%2Fwascc-actor/lists"}