wasmerio / py2wasm

Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
http://nuitka.net
Apache License 2.0
112 stars 4 forks source link

Python C interop #9

Open adv-sw opened 2 months ago

adv-sw commented 2 months ago

This project is very interesting, however we need to be able to link to C/C++ code (also web assembly compiled) for it to be of use in our project.

Is this currently possible please ?

Reason: For use on the 3D web.

Example here - web assembly C++ : http://advance-software.com/develop

Want to be able to implement Python equivalent for webdevs who aren't comfortable with C++.

adv-sw commented 2 months ago

ChatGPT says this is possible : https://sl.bing.net/f2sNh2kyQG4

Don't yet know if that's genuine or blag, but will investigate.

Input welcome as to whether its valid or not as can never tell with AI feedback :)