Allow erroring when calling init
Closed this issue · 1 comments
ysthakur commented
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?
Bubbler-4 commented
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.