Using a version script should solve the issue with symbols, eg. `--version-script=exports.map` and: ``` { global: gmod13_open; local: *; }; ``` Just needs testing before pushing it. (love cgo)