-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm-pack #144
Comments
There is no official support for the wasm target at the moment. I am currently working on integrating the image crate, and I will do my best to implement support for all major targets, including wasm. |
Looking forward to it ! |
The latest release has introduced support for the |
Looking forward to it ! |
I would like to ask if the webp dependency cannot be compiled by wasm-pack。 I used |
Any C dependency cannot be compiled to the
What's the issue? |
Is there an existing issue for this?
Description
[dependencies] rimage = { version = "0.9", features = ["webp", "avif"] }
could rimage build in wasm?
there failed:
CC=emcc wasm-pack build --target web
Expected behavior
No response
Library Version
0.9.0
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: