RESOLVED WONTFIX Bug 232078
[GTK] Stop exporting original JS API
https://bugs.webkit.org/show_bug.cgi?id=232078
Summary [GTK] Stop exporting original JS API
Michael Catanzaro
Reported 2021-10-21 07:05:44 PDT
For GTK 4, we should use our linker version script to hide symbols from the original JS API, to ensure applications can only use the modern JSC API.
Attachments
Michael Catanzaro
Comment 1 2023-02-03 08:11:11 PST
So this is actually impossible: * If we build shared libjsc, we inherently have to export everything. * If we build static libjsc, these symbols are already not exported. Closing.
Note You need to log in before you can comment on or make changes to this bug.