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.
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.