Replies: 1 comment 1 reply
-
I'm considering attempting to run in pyodide and wondering if you have any further findings/resolutions |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I built and install pybind11 v2.12.0 with Emscripten with no issue
Now when I tried to use those heads in a pybind11 project, CMake is having issue with the pybind11Config.cmake file
From the documentation, it appears the Emscripten build has been working is 2.11.0
Any idea why I am getting the following when I try to use find_package on pybind11 ?
I saw some post mentioned about setting the ABI and tried that
but it did not resolve the problem I am encountering.
Beta Was this translation helpful? Give feedback.
All reactions