We should use wasi-cli instead of our custom wam interface. This would make it really easy and portable to run other guests. It would also help with #90 if we wanted to extend not just bash but other languages or features too.
This would also make this so that you could do sandbox.run(python ...) or sandbox.run(sh...)` and have just one interface.
We should use wasi-cli instead of our custom wam interface. This would make it really easy and portable to run other guests. It would also help with #90 if we wanted to extend not just bash but other languages or features too.
This would also make this so that you could do
sandbox.run(python ...)or sandbox.run(sh...)` and have just one interface.