{"id":18823880,"url":"https://github.com/h1romas4/wasm-genplus","last_synced_at":"2025-04-14T01:30:48.325Z","repository":{"id":37878452,"uuid":"218036253","full_name":"h1romas4/wasm-genplus","owner":"h1romas4","description":"Genesis-Plus-GX WebAssembly porting","archived":false,"fork":false,"pushed_at":"2024-08-31T04:21:34.000Z","size":6942,"stargazers_count":25,"open_issues_count":3,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T15:47:33.499Z","etag":null,"topics":["emscripten","emulator","genesis","gitpod","gitpod-io","megadrive","wasm","webassembly","webpack"],"latest_commit_sha":null,"homepage":"https://another.maple4ever.net/archives/2749/","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/h1romas4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-28T11:57:28.000Z","updated_at":"2024-12-15T15:30:53.000Z","dependencies_parsed_at":"2023-02-02T11:16:31.610Z","dependency_job_id":null,"html_url":"https://github.com/h1romas4/wasm-genplus","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/h1romas4%2Fwasm-genplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1romas4%2Fwasm-genplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1romas4%2Fwasm-genplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1romas4%2Fwasm-genplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h1romas4","download_url":"https://codeload.github.com/h1romas4/wasm-genplus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248807362,"owners_count":21164675,"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":["emscripten","emulator","genesis","gitpod","gitpod-io","megadrive","wasm","webassembly","webpack"],"created_at":"2024-11-08T00:54:56.086Z","updated_at":"2025-04-14T01:30:48.289Z","avatar_url":"https://github.com/h1romas4.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wasm-genplus\n\n![](https://github.com/h1romas4/wasm-genplus/workflows/Emscripten%20CI/badge.svg)\n\n[Genesis-Plus-GX](https://github.com/ekeeke/Genesis-Plus-GX) WebAssembly porting\n\n![](https://github.com/h1romas4/wasm-genplus/blob/master/assets/ipad-wasm.jpg)\n\n## Build with Local\n\n### Require\n\n* [Emscripten SDK](https://emscripten.org/docs/getting_started/downloads.html)\n\n```\n$ source ./emsdk_env.sh\nSetting up EMSDK environment (suppress these messages with EMSDK_QUIET=1)\nAdding directories to PATH:\nPATH += /home/hiromasa/devel/toolchain/emsdk\nPATH += /home/hiromasa/devel/toolchain/emsdk/upstream/emscripten\n\nSetting environment variables:\nPATH = /home/hiromasa/devel/toolchain/emsdk:/home/hiromasa/devel/toolchain/emsdk/upstream/emscripten:/home/hiromasa/devel/toolchain/appimage:/home/hiromasa/.wasmtime/bin:/home/hiromasa/devel/msx/z88dk/bin:/home/hiromasa/.wasmer/bin:/home/hiromasa/.local/bin:/home/hiromasa/.cargo/bin:/home/hiromasa/.sdkman/candidates/java/current/bin:/home/hiromasa/.sdkman/candidates/groovy/current/bin:/home/hiromasa/.sdkman/candidates/gradle/current/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/hiromasa/.dotnet/tools\nEMSDK = /home/hiromasa/devel/toolchain/emsdk\nEMSDK_NODE = /home/hiromasa/devel/toolchain/emsdk/node/16.20.0_64bit/bin/node\n\n$ emcc -v\nemcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.57 (1df9c1977b49926c1efca672c31414da45c0c7bb)\nclang version 19.0.0git (https:/github.com/llvm/llvm-project ccdebbae4d77d3efc236af92c22941de5d437e01)\nTarget: wasm32-unknown-emscripten\nThread model: posix\nInstalledDir: /home/hiromasa/devel/toolchain/emsdk/upstream/bin\n```\n\n### Build\n\n**Emscripten**\n\n```\ngit clone --recursive https://github.com/h1romas4/wasm-genplus.git\ncd wasm-genplus\nmkdir build \u0026\u0026 cd build\nemcmake cmake ..\nemmake make\n```\n\n**webpack**\n\n```\ncd ..\nnpm install\nnpm run start\n```\n\n**Setting**\n\n`.env`\n\n```\nROM_PATH=\"rom/sonic2.bin\"\nPORT=9000\n```\n\n**Play**\n\n(recommended) Firefox or Safari\n\n```\nhttp://localhost:9000\n```\n\n## Build with Gitpod\n\n**Open in Gitpod**\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/h1romas4/wasm-genplus)\n\n**Gitpod terminal:**\n\n```\nmkdir build \u0026\u0026 cd build\nemcmake cmake ..\nemmake make\n```\n\n**Setting**\n\n`.env`\n\n```\nROM_PATH=\"rom/sonic2.bin\"\nPORT=9000\n```\n\n**Play**\n\n```\ncd ..\nnpm run server\n```\n\n![](https://github.com/h1romas4/wasm-genplus/blob/master/assets/gitpod-01.jpg)\n\n## License\n\n[Genesis-Plus-GX](https://github.com/ekeeke/Genesis-Plus-GX/blob/master/LICENSE.txt) License\n\n## Thanks!\n\n[Genesis-Plus-GX](https://github.com/ekeeke/Genesis-Plus-GX)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh1romas4%2Fwasm-genplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh1romas4%2Fwasm-genplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh1romas4%2Fwasm-genplus/lists"}