Open
Description
In Pyodide, we run into a fair amount of trouble convincing various build systems to pass -s SIDE_MODULE=1
through to the compiler. Also, if a library asks to be -shared
we always want to respect it. I finally thought to just patch
Line 1565 in ebe0ddd
to set
settings.SIDE_MODULE = True
but it would be helpful to have a feature for this.Metadata
Metadata
Assignees
Labels
No labels