objdiff-webWeb interface for objdiff: a local diffing tool for decompilation projects. This project contains both a standalone web interface and a Visual Studio Code extension.
How It WorksThe object parsing and diffing is powered by objdiff-core, compiled into a WebAssembly Component. The API is defined using WIT. Performance 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, produces a production build in under 300ms, with near-instantaneous live reloading during development. Setup
Run Dev Server
Run Extension
|