the WASMjs target doesnt seem to have `measureNano...
# webassembly
a
the WASMjs target doesnt seem to have
measureNanoTime
, what is a good alternative for at least grabbing system time?
a
thanks!
strangely it seems to only be returning millisecond resolution
e
for security reasons, high-precision timers have limited resolution on web. look further in MDN or other docs
a
got ya, I see now, thanks!
MDN docs are surprisingly readable, I'm so used to gradle docs 😛