Feature request: Please add the ability to run simulations offline (NO CLOUD)

I’m new to XOD … I would like to know if it is possible to run simulations without using the cloud … what would it take to allow for offline simulations? I’m assuming that the cloud is compiling for some sort of VM that is running on the client side … why not allow offline compiling for said VM?

1 Like

Hello!

Compiling simulations offline would require setting up the Emscripten compiler toolchain to build WASM binaries. All this with some custom configuration and pre-compiled standard libraries. This is not-so-simple for an average user. So, we maintain only the cloud option for now.

1 Like