Will this project compile to WebAssembly?
stephenwithav opened this issue · 4 comments
stephenwithav commented
I'm going to try tomorrow and submit a PR if successful.
If you already have a WebAssembly build script, I'd appreciate it if you would push it up to GtHub.
Thank you for your amazing work.
Best,
Steven
Deleted user commented
Hi Steven,
Yes, I'd really appreciate it if you could submit a PR. Thank you!
Thanks,
Tao
stephenwithav commented
In progress now, @dut09!
An odd error occurred: I'm running Ubuntu and have libx11-dev
, but cmake says it can't find X11.
Even cmake --find-package X11
returns an error.
Any thoughts?
stephenwithav commented
Tons of missing .h files on my Ubuntu system, e.g., xf86misc.h. I'll try on my laptop in the morning.
stephenwithav commented
emscripten won't build projects that require X11.