Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Build in webassembly #5

Open
KnicKnic opened this issue Jun 25, 2019 · 1 comment
Open

Build in webassembly #5

KnicKnic opened this issue Jun 25, 2019 · 1 comment

Comments

@KnicKnic
Copy link

liblqr can be used by ImageMagick. There is a version of ImageMagick that is compiled to webassembly (via emscripten). There is an ask for liblqr support KnicKnic/WASM-ImageMagick#34 .

The current hangup is the dependency on glib. The only information I could find on glib & webassembly is avaialable at https://brionv.com/log/2018/05/27/emscripten-fun-libffi-on-webassembly-part-2/

@Brion Did you get any further in your glib experiments?

@carlobaldassi any suggestions?

@carlobaldassi
Copy link
Owner

I don't know enough about emscripten/webassembly to say anything useful, unfortunately.

As for glib, it's used everywhere for portable types and a few convenience functions and it would require some work to substitute those, however I think that the main obstacle in getting rid of it would probably be the atomic operations like this one.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants