5 ms·
Although this is true in theory, in practice you need to be very careful when writing code if you want to target WASM. One example: `SystemTime::now` will panic
by rusbus 3y ago
Although this is true in theory, in practice you need to be very careful when writing code if you want to target WASM. One example: `SystemTime::now` will panic on some WASM platforms!
- jupp0r 3y agoTrue, but library authors shouldn't work around those bugs. It just creates a whole lot of unnecessary legacy code in the wrong places.