All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] edid-decode: add emscripten support
@ 2020-02-09 17:49 Ilia Mirkin
  2020-02-09 17:49 ` [PATCH 1/2] edid-decode: add function to enable usage as a library Ilia Mirkin
  2020-02-09 17:49 ` [PATCH 2/2] edid-decode: add build rule for emscripten output Ilia Mirkin
  0 siblings, 2 replies; 7+ messages in thread
From: Ilia Mirkin @ 2020-02-09 17:49 UTC (permalink / raw)
  To: linux-media, hverkuil-cisco; +Cc: Ilia Mirkin

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-02-13  7:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-09 17:49 [PATCH 0/2] edid-decode: add emscripten support Ilia Mirkin
2020-02-09 17:49 ` [PATCH 1/2] edid-decode: add function to enable usage as a library Ilia Mirkin
2020-02-10 11:23   ` Hans Verkuil
2020-02-10 14:58     ` Ilia Mirkin
2020-02-13  0:48       ` Ilia Mirkin
2020-02-13  7:16         ` Hans Verkuil
2020-02-09 17:49 ` [PATCH 2/2] edid-decode: add build rule for emscripten output Ilia Mirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.