Summary
Using rust libp2p latest master commit as a dependency worked until a few weeks ago, when, "time not implemented on this platform" surfaced as a runtime panic in rust webassembly, solely because of libp2p dependency development.
One safe revision to anchor to seems to be:
055186d
Expected behavior
Just no error when using rust wasm
Actual behavior
"time not implemented on this platform" rutime panic
Relevant log output
Possible Solution
No response
Version
No response
Would you like to work on fixing this bug?
Yes
Summary
Using rust libp2p latest master commit as a dependency worked until a few weeks ago, when, "time not implemented on this platform" surfaced as a runtime panic in rust webassembly, solely because of libp2p dependency development.
One safe revision to anchor to seems to be:
055186d
Expected behavior
Just no error when using rust wasm
Actual behavior
"time not implemented on this platform" rutime panic
Relevant log output
Possible Solution
No response
Version
No response
Would you like to work on fixing this bug?
Yes