You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"crypto/rsa" SignPKCS1v15() completes in about 0.01 second on non-gopherjs x86_64 but 3 seconds in gopherjs on the same machine, which is 300 times slower. Can we do better? This affects things like macgyver's ChromeStorageBackend[1].