{"id":15826212,"url":"https://github.com/frigus02/wasmcloud-playground","last_synced_at":"2025-04-01T10:27:13.096Z","repository":{"id":153282692,"uuid":"331987953","full_name":"frigus02/wasmcloud-playground","owner":"frigus02","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-16T20:05:12.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-06T09:43:46.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frigus02.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-01-22T15:37:43.000Z","updated_at":"2021-06-16T20:05:14.000Z","dependencies_parsed_at":"2023-05-02T18:01:05.551Z","dependency_job_id":null,"html_url":"https://github.com/frigus02/wasmcloud-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frigus02%2Fwasmcloud-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frigus02%2Fwasmcloud-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frigus02%2Fwasmcloud-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frigus02%2Fwasmcloud-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frigus02","download_url":"https://codeload.github.com/frigus02/wasmcloud-playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246622454,"owners_count":20807148,"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","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":[],"created_at":"2024-10-05T09:43:47.901Z","updated_at":"2025-04-01T10:27:13.074Z","avatar_url":"https://github.com/frigus02.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wasmcloud Playground\n\n## Required tools\n\n- Our modules are compiled to WebAssembly, so we need the wasm target:\n\n  ```\n  rustup target add wasm32-unknown-unknown\n  ```\n\n- We need `wash` (the WebAssembly shell) to generate keys and sign our modules:\n\n  ```\n  brew tap wasmcloud/wasmcloud\n  brew install wasmcloud wash\n  ```\n\n- For code generation we also need the waPC CLI:\n\n  ```\n  brew install wapc/tap/wap\n  ```\n\n- For data storage we need a local Redis instance and we use a local Docker registry to store our signed modules:\n\n  ```\n  docker compose up -d\n  ```\n\n## Start the app\n\n1. `make run` compiles the modules in release mode and starts them in wasmcloud\n1. Open your browser at http://localhost:8080\n\n## Develop on the app\n\n1. `make watch` compiles the modules in debug mode, starts then in wash up and watches for changes\n1. Open your browser at http://localhost:8080\n1. Make changes in any of the modules and compile it with `make build`. The actor should be updated automatically. Reload the page in your browser to see the changes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrigus02%2Fwasmcloud-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrigus02%2Fwasmcloud-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrigus02%2Fwasmcloud-playground/lists"}