mmomtchev / swig

This is SWIG JavaScript Evolution, a fork of the SWIG project with modern JavaScript/TypeScript support including WASM and async
http://www.swig.org
Other
7 stars 0 forks source link

Support building with `-fvisibility=hidden` #39

Open mmomtchev opened 3 months ago

mmomtchev commented 3 months ago

In order to reduce the risk of symbol collisions, SWIG-generated modules should support being built with -fvisibility=hidden, exporting only the NAPI entry point symbol - which should include the module name.