sighingnow/libclang

Pyodide Support

Opened this issue · 2 comments

Hello,

I was wondering how hard it would be to add support for Pyodide.

https://pyodide.org/en/stable/development/new-packages.html

I've also enquired about this on the pyodide repo.

Thanks

I'm not sure if it could be added soon, as currently we prebuilt the required shared library (e.g., libclang.so) the prepare the wheel packages manually.

I'n even not sure if emcc could seamlessly build clang.

Yeah the libclang.so file was the problem I was running into when I tried using the plain clang python package. Pyodide successful imported the package but as there was no clang library it errored out.