Javascript is inaccurate, but I need a very precise answers to a quartic equation. I want to slove it with c++, that i compiled into an exe file and will update the answers in a javascript file that I include in the HTML. I need to run the exe file that is in the same folder as the .html file on the server, and pass 5 parameters to it. It will update the javascript file, but I have no idea how to run that exe file. Can anyone help me?
----EDIT----
Thanks @Quentin webassembly worked!