-
Notifications
You must be signed in to change notification settings - Fork 5
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
Can't compile for target wasm32-unknown-emscripte
#24
Comments
Could you please give me an idea of the use-case? My understanding is that |
The lib need to be used in different projects. For us it important to compile it into emscripten. Could you please just remove "cdylib". |
It's not a good idea to decide how developers should use the library. |
I'm not "deciding how developers should use the library", I'm trying to determine if supporting a target that is prone to breaking and has a low level of support from the Rust team themselves is worth the effort. This allows the library to be built as wasm using
|
Just remove useless "cdylib". This ERROR_ON_UNDEFINED_SYMBOLS=0 can't be used btw |
Hello,
When
cargo build --target wasm32-unknown-emscripten
the lib doesn't compile.It seems the issue in
[lib]
section incargo.toml
The text was updated successfully, but these errors were encountered: