-
Notifications
You must be signed in to change notification settings - Fork 361
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
[question]How to use CMake with Emscripten and Conan 2 #3885
Comments
this would be a duplicate of #3829 |
but i have some error, when i run
this emscripten.profile
this default please help me,thank you |
I am afraid that this is not enough information. You'd need to provide:
Regarding point 2, the output in |
thank you for your reply,i fix it,but i do not know how to disable TensorflowLite's pthread in conan because i got an error when i compile
|
This also looks like a compilation error, and pthread might not build at all for wasm. if Version(self.version) >= "2.12.0" or self.options.with_xnnpack:
self.requires("pthreadpool/cci.20231129") So for versions >=2.12 it seems the requirement to |
Thanks for your help, could you give me a minimal example of compiling wasm? like conan1.x example |
I've seen an example of emscripten in conan1, but it doesn't seem to be in conan2, what can I do to compile wasm in conan2?
The text was updated successfully, but these errors were encountered: