{"id":16679044,"url":"https://github.com/dcoles/adventureland-rs","last_synced_at":"2025-07-23T09:33:00.321Z","repository":{"id":68737989,"uuid":"481476496","full_name":"dcoles/adventureland-rs","owner":"dcoles","description":"Proof-of-concept Rust bindings for AdvetureLand","archived":false,"fork":false,"pushed_at":"2023-01-21T05:13:10.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T07:43:39.112Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/dcoles.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":"2022-04-14T05:23:10.000Z","updated_at":"2022-04-14T05:23:28.000Z","dependencies_parsed_at":"2023-04-03T11:02:35.722Z","dependency_job_id":null,"html_url":"https://github.com/dcoles/adventureland-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcoles/adventureland-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Fadventureland-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Fadventureland-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Fadventureland-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Fadventureland-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcoles","download_url":"https://codeload.github.com/dcoles/adventureland-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Fadventureland-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266655026,"owners_count":23963525,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-10-12T13:32:46.647Z","updated_at":"2025-07-23T09:33:00.291Z","avatar_url":"https://github.com/dcoles.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AdventureLand.rs\n\nA proof of concept showing how to use Rust code for [Adventure Land](https://adventure.land/).\n\n## Building\n\n```\nwasm-pack build --target web --no-typescript\n```\n\n## Loader\n\n```javascript\n// Simple Loader\n// ⚠️ IMPORTANT — Only use with URLs you control and trust\n//\n// Untrusted code may hijack your account, use it to mine crypto currency,\n// steal personal data, cause your cat to run away and other nasty things.\n\n(async () =\u003e {\n  try {\n    const { default: init } = await import('http://127.0.0.1:5500/adventureland_rs.js');\n    init();\n  } catch (e) {\n    set_message('Load Error', 'red');\n    safe_log(e.toString(), 'red')\n  }\n})();\n```\n\n## Serving\n\nThe generated `.js` and `.wasm` files need to be served via a HTTP server\nto be usable. The easiest way is to use the provided small HTTP server\nthat only listens on your computer's local IP (`127.0.0.1`).\n\n```\ncd pkg\npython ../code_server.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoles%2Fadventureland-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcoles%2Fadventureland-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoles%2Fadventureland-rs/lists"}