Alexander Mescheryakov
Alexander Mescheryakov
> Seems like this issue/missing feature is also present on linux(amd64) ? Yes, this issue is present on linux (amd64) also. :(
@syrusakbary The source code contains todo in this place, is there a issue for this? ```rust EventType::Clock(clock_info) => { if clock_info.clock_id == __WASI_CLOCK_REALTIME { // this is a hack //...
I also need this functionality
@mikhailOK How do you emulate the stop on panic with panic hook?
@zackmdavis @AtheMathmo Is this project currently maintained?
> А этот перевод мертв? В каком смысле? Он закончен )
> Is this still true for the latest release? Yes, this is still true for 0.11.
Why hasn't anyone fixed it?
In my case, this happened when the `lazy_static` initializer panicked in one thread.