{"id":26220810,"url":"https://github.com/encounter/objdiff-web","last_synced_at":"2025-04-16T04:33:26.378Z","repository":{"id":268500710,"uuid":"904550528","full_name":"encounter/objdiff-web","owner":"encounter","description":"objdiff web interface \u0026 VS Code extension","archived":false,"fork":false,"pushed_at":"2025-04-01T18:43:29.000Z","size":1015,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T20:25:41.736Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/encounter.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":"2024-12-17T05:37:52.000Z","updated_at":"2025-04-01T18:43:32.000Z","dependencies_parsed_at":"2025-04-01T18:39:26.895Z","dependency_job_id":null,"html_url":"https://github.com/encounter/objdiff-web","commit_stats":null,"previous_names":["encounter/objdiff-code","encounter/objdiff-web"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fobjdiff-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fobjdiff-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fobjdiff-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fobjdiff-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/encounter","download_url":"https://codeload.github.com/encounter/objdiff-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249195361,"owners_count":21228185,"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":"2025-03-12T15:19:21.422Z","updated_at":"2025-04-16T04:33:26.352Z","avatar_url":"https://github.com/encounter.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# objdiff-web\n\nWeb interface for [objdiff](https://github.com/encounter/objdiff): a local diffing tool for decompilation projects.\n\nThis project contains both a standalone web interface and a [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=decomp-dev.objdiff).\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/screenshot_symbols.png\" alt=\"Symbols view\" width=\"45%\" style=\"margin-right: 10px\" /\u003e\n  \u003cimg src=\"./assets/screenshot_diff.png\" alt=\"Diff view\" width=\"45%\" /\u003e\n\u003c/p\u003e\n\n## How It Works\n\nThe object parsing and diffing is powered by [objdiff-core](https://github.com/encounter/objdiff/tree/main/objdiff-core), compiled into a [WebAssembly Component](https://component-model.bytecodealliance.org/). The [API](https://github.com/encounter/objdiff/blob/main/objdiff-wasm/wit/objdiff.wit) is defined using [WIT](https://component-model.bytecodealliance.org/design/wit.html).\n\nPerformance is a priority, so the web stack is deliberately minimal. The application loads from scratch in under 200ms and diffs large object files in 20ms. The build system, powered by [Rsbuild](https://rsbuild.dev/), produces a production build in under 300ms, with near-instantaneous live reloading during development.\n\n## Setup\n\n- Install dependencies:\n\n  ```bash\n  pnpm install\n  ```\n\n## Run Dev Server\n\n- Start the dev server using:\n\n  ```bash\n  pnpm web:dev\n  ```\n\n- Visit [http://localhost:3000/](http://localhost:3000/). (The port may change if it is already in use.)\n\n## Run Extension\n\n- Open the project in Visual Studio Code.\n\n- Start the extension build using `Ctrl+Shift+B` or by running:\n\n  ```bash\n  pnpm extension:dev\n  ```\n\n- Run the extension in debug mode using `F5`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencounter%2Fobjdiff-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fencounter%2Fobjdiff-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencounter%2Fobjdiff-web/lists"}