Demo available here: https://people.freedesktop.org/~imirkin/edid-decode/ This is enough to generate the edid-decode.{js,wasm} files, and the html was hand-modified from the demo one to remove a bunch of unnecessary bits and provide the required integration. Happy to move it into the project too if desired. I'm a complete emscripten newbie, so I'm not 100% sure I've set this up correctly, as alluded in patch 2's comments. But it does seem to work. Given that the patches aren't crazy, I think it's reasonable to carry them inside of the project. Ilia Mirkin (2): edid-decode: add function to enable usage as a library edid-decode: add build rule for emscripten output Makefile | 5 +++++ edid-decode.cpp | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+) -- 2.24.1