Hacker News new | ask | show | jobs
by rusbus 929 days 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!
1 comments

True, but library authors shouldn't work around those bugs. It just creates a whole lot of unnecessary legacy code in the wrong places.