I have built my project for mac and pc with ease, but am having trouble with building for Web. I have added all the files to my website (running locally) and added rules to allow serving .vis, .vi, .vc, ect to allow it to get the assets. But for some reason I get an error that isnt very helpful.
Uncaught RuntimeError: function signature mismatch
    at wasm-function[9029]:0x4267de
    at wasm-function[1836]:0xb4e75
    at wasm-function[7319]:0x35c118
    at wasm-function[1131]:0x55dc0
    at wasm-function[10708]:0x4f4c47
    at wasm-function[10709]:0x4f4f4f
    at wasm-function[10591]:0x4e6068
    at wasm-function[1752]:0xaa0b1
    at wasm-function[1736]:0xa8223
    at wasm-function[1556]:0x8bff7
Any ideas on what might be happening? Maybe a tutorial on deploying to a server?