You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be a really cool idea to have the option of instead of running the solver engine in the browser with WASM, to run the engine in the computer as an API. This way one could setup the engine's API to run on a server (like google cloud compute engine) and be able to get results faster. And additionally, one could use the free tier so wasm-postflop it would continue to be free.
The text was updated successfully, but these errors were encountered:
The idea sounds good, but honestly, it would be difficult to work on due to my limited time resources. I am currently working on implementing file I/O functions in the solver engine. After this implementation, you can run the computation on a server and download the results without interfering with the API.
Of course, since this is an open-source project, contributions are always welcome.
It might be a really cool idea to have the option of instead of running the solver engine in the browser with WASM, to run the engine in the computer as an API. This way one could setup the engine's API to run on a server (like google cloud compute engine) and be able to get results faster. And additionally, one could use the free tier so wasm-postflop it would continue to be free.
The text was updated successfully, but these errors were encountered: