{"id":15031273,"url":"https://github.com/softgod4/rust-wasm","last_synced_at":"2026-04-02T01:27:33.886Z","repository":{"id":251396899,"uuid":"837296218","full_name":"Softgod4/Rust-wasm","owner":"Softgod4","description":"🗓️ The Rust-WASM Todo List is a simple web application demonstrating the integration of Rust and WebAssembly (WASM) to manage tasks. Built with Rust for high performance and safety, this project showcases how to leverage Rust in web development, moving beyond traditional JavaScript implementations.","archived":false,"fork":false,"pushed_at":"2024-08-07T15:54:39.000Z","size":651,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T22:51:00.973Z","etag":null,"topics":["rust","rust-lang","rustlang","todoapp","todolist","wasm","wasm-examples","wasm-pack","wasm-rust"],"latest_commit_sha":null,"homepage":"","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/Softgod4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_APACHE","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":"2024-08-02T16:27:56.000Z","updated_at":"2024-08-07T15:54:42.000Z","dependencies_parsed_at":"2024-09-28T20:41:14.673Z","dependency_job_id":"2508830f-c7e2-418a-8da1-5ceeaa421080","html_url":"https://github.com/Softgod4/Rust-wasm","commit_stats":null,"previous_names":["softgod4/rust-wasm"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softgod4%2FRust-wasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softgod4%2FRust-wasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softgod4%2FRust-wasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softgod4%2FRust-wasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Softgod4","download_url":"https://codeload.github.com/Softgod4/Rust-wasm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243351839,"owners_count":20276908,"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":["rust","rust-lang","rustlang","todoapp","todolist","wasm","wasm-examples","wasm-pack","wasm-rust"],"created_at":"2024-09-24T20:15:21.063Z","updated_at":"2025-12-30T02:14:51.490Z","avatar_url":"https://github.com/Softgod4.png","language":"Rust","readme":"# 🦀🕸 Rust-WASM Todo List\n\n\u003cimg src=\"image/rust-logo.png\" width=\"50%\" /\u003e\n\n## About\n\n[**📚 Read this template tutorial! 📚**][template-docs]\n\nThis project is a simple Todo List application built using Rust and WebAssembly (WASM). It's one of the more unusual projects I've ever worked on, showcasing the power of Rust and WASM in a web application.\n\nBe sure to check out [other `wasm-pack` tutorials online][tutorials] for other templates and usages of `wasm-pack`.\n\n[tutorials]: https://rustwasm.github.io/docs/wasm-pack/tutorials/index.html\n[template-docs]: https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html\n\n## 📋 Table of Contents\n- [🚴 Usage](#-usage)\n  - [🐑 Clone this Template](#-use-cargo-generate-to-clone-this-template)\n  - [🛠️ Build with `wasm-pack build`](#️-build-with-wasm-pack-build)\n  - [🔬 Test in Headless Browsers](#-test-in-headless-browsers-with-wasm-pack-test)\n  - [🎁 Publish to NPM](#-publish-to-npm-with-wasm-pack-publish)\n  - [Screenshot](#-screen)\n- [🔋 Batteries Included](#-batteries-included)\n- [📝 License](#-license)\n- [🤝 Contribution](#-contribution)\n\n## 🚴 Usage\n\n### 🐑 Use `cargo generate` to Clone this Template\n\n[Learn more about `cargo generate` here.](https://github.com/ashleygwilliams/cargo-generate)\n\n```sh\ncargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project\ncd my-project\n```\n\n### 🛠️ Build with `wasm-pack build`\n\n```sh\nwasm-pack build\n```\n\n### 🔬 Test in Headless Browsers with `wasm-pack test`\n\n```sh\nwasm-pack test --headless --firefox\n```\n\n### 🎁 Publish to NPM with `wasm-pack publish`\n\n```sh\nwasm-pack publish\n```\n\n## 🔋 Batteries Included\n\n* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating between WebAssembly and JavaScript.\n* [`console_error_panic_hook`](https://github.com/rustwasm/console_error_panic_hook) for logging panic messages to the developer console.\n* `LICENSE-APACHE` and `LICENSE-MIT`: most Rust projects are licensed this way, so these are included for you.\n\n## 📝 License\n\nThis project is licensed under either of\n\n* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## 🤝 Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n\n---\n\nThis README provides a clear structure, helpful emojis, and all necessary information about the project, including sections for usage, building, testing, publishing, and contribution guidelines. It also includes placeholders for screenshots to visually represent your project.\n\n# Screenshot 📸\n\n\u003cimg src=\"image/screenshot.png\" width=\"90%\"\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftgod4%2Frust-wasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftgod4%2Frust-wasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftgod4%2Frust-wasm/lists"}