PLR + wasm

I really hate deploying anything python, especially for testing. However, the PLR simulation commands are actually really useful, and I think are going to become even more useful to me as I try to develop more software.

So question - are there any packages you could imagine being problematic for compiling PLR into wasm if I just want to have a simulation http server exposed? The use case for me would be embedding PLR into something like Go so I can test with a full PLR backing, but in native code without the need for dependencies.

We have very minimal dependencies, I think only websockets for simulation. Should be doable

1 Like