Turns out that both dynamically and statically linking against Mercury comes with a host of problems. Dynamic linking in kano-webengine came from using the python bindings to call Mercury again. We'll avoid calling those functions in kano-webengine (or call them in a completely separate binary) and ensuring mercury isn't imported transitively with global imports from other modules.
Turns out that both dynamically and statically linking against Mercury comes with a host of problems. Dynamic linking in kano-webengine came from using the python bindings to call Mercury again. We'll avoid calling those functions in kano-webengine (or call them in a completely separate binary) and ensuring mercury isn't imported transitively with global imports from other modules.