altunenes/weber_fechner

Rust standard library's time functionality not being supported on the WASM

altunenes opened this issue · 1 comments

std::time::Instant::now() function is not supported in WASM, which is why our code doesn't work in the web browser.
I will look at the potential solution or simply refactor with other time libraries.

This problem has been solved buy using instant create