It would be nice to error or print something else in the init method itself, instead of checking a condition each time when calling step and stopping then. I don't know Rust, so would that be possible?
If you mean this method, the LangContext will be totally replaced by a WebWorker-based async runner (which doesn't require single-stepping at all) in the next update. See #2 for details.
It would be nice to error or print something else in the
init
method itself, instead of checking a condition each time when callingstep
and stopping then. I don't know Rust, so would that be possible?