-
-
Notifications
You must be signed in to change notification settings - Fork 88
Description
Hi there,
First, thanks for the project, webpd is great! I am using it in a science research project in Brazil about art and climate data and I would love to share with you what we are doing if you are interested.
I was wondering if there is a way to add externals to the wasm or js patches.
My scenarios are quite straightforward:
-
We have a patch that uses some objects from the ELSE library, is there a way to add else to the wasm compilation/convertion? These objects are mostly written in C.
-
We have a patch that uses a library made of other patches, these ones made using only vanilla pd. Can we load them during the wasm conversion? Or the only solution at the moment is to put them all in the same pd file.
I found an old issue about externals but it does not seam to relate to the current way the lib works.
Thanks,