Emscripten link errors

We have to compile FMOD into the shared object library and not into the executable as the GameMaker executable is precompiled and only shared objects can be used as extensions.

We cannot compile FMOD into each version of GameMaker as then every GM game would have to agree to the FMOD agreement and then they would be subject to licensing (technically even if they did or did not use FMOD within the code)

Russell