{"id":19120396,"url":"https://github.com/cubetiq/wasmweb-sample","last_synced_at":"2026-04-14T15:31:31.314Z","repository":{"id":103465562,"uuid":"288901431","full_name":"CUBETIQ/wasmweb-sample","owner":"CUBETIQ","description":"Rust and Web Assembly Sample. Including, web inside (TypeScript + Webpack)","archived":false,"fork":false,"pushed_at":"2023-12-15T05:53:39.000Z","size":141,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T12:44:37.318Z","etag":null,"topics":["cubetiq","nodejs","rust","rust-lang","typescript","wasm-pack","webassembly","webpack"],"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/CUBETIQ.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":"2020-08-20T03:56:23.000Z","updated_at":"2020-08-20T13:35:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7c2daf1-b11d-4eed-b9a7-88632609f5ad","html_url":"https://github.com/CUBETIQ/wasmweb-sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CUBETIQ/wasmweb-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CUBETIQ%2Fwasmweb-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CUBETIQ%2Fwasmweb-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CUBETIQ%2Fwasmweb-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CUBETIQ%2Fwasmweb-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CUBETIQ","download_url":"https://codeload.github.com/CUBETIQ/wasmweb-sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CUBETIQ%2Fwasmweb-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cubetiq","nodejs","rust","rust-lang","typescript","wasm-pack","webassembly","webpack"],"created_at":"2024-11-09T05:14:03.761Z","updated_at":"2026-04-14T15:31:31.296Z","avatar_url":"https://github.com/CUBETIQ.png","language":"Rust","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\u003ccode\u003ewasmweb sample\u003c/code\u003e\u003c/h1\u003e\n  \n  ![Rust - WASM](https://github.com/CUBETIQ/wasmweb-sample/workflows/Rust%20-%20WASM/badge.svg)\n  [![Build status](https://ci.appveyor.com/api/projects/status/c2ybi4806wh5jsqw/branch/master?svg=true)](https://ci.appveyor.com/project/SomboChea/wasmweb-sample/branch/master)\n  [![Build Status](https://travis-ci.org/CUBETIQ/wasmweb-sample.svg?branch=master)](https://travis-ci.org/CUBETIQ/wasmweb-sample)\n  \n  \u003cstrong\u003eA template for kick starting a Rust and WebAssembly project using \u003ca href=\"https://github.com/rustwasm/wasm-pack\"\u003ewasm-pack\u003c/a\u003e.\u003c/strong\u003e\n\u003c/div\u003e\n## About\n\n[**📚 Read this template tutorial! 📚**][template-docs]\n\nThis template is designed for compiling Rust libraries into WebAssembly and\npublishing the resulting package to NPM.\n\nBe sure to check out [other `wasm-pack` tutorials online][tutorials] for other\ntemplates 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## 🚴 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```\ncargo generate --git https://github.com/CUBETIQ/wasmweb-sample.git --name my-wasm-project\ncd my-wasm-project\n```\n\n### 🛠️ Build with `wasm-pack build`\n\n```\nwasm-pack build\n```\n\n### 🔬 Test in Headless Browsers with `wasm-pack test`\n\n```\nwasm-pack test --headless --firefox\n```\n\n### 🎁 Publish to NPM with `wasm-pack publish`\n\n```\nwasm-pack publish\n```\n\n## 🔋 Batteries Included\n\n* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating\n  between WebAssembly and JavaScript.\n* [`console_error_panic_hook`](https://github.com/rustwasm/console_error_panic_hook)\n  for logging panic messages to the developer console.\n* [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized\n  for small code size.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcubetiq%2Fwasmweb-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcubetiq%2Fwasmweb-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcubetiq%2Fwasmweb-sample/lists"}