Fix fromCharCodes & fromCodePoints polyfills#1340
Fix fromCharCodes & fromCodePoints polyfills#1340dcodeIO merged 10 commits intoAssemblyScript:masterfrom MaxGraey:fix-1324
Conversation
This comment has been minimized.
This comment has been minimized.
|
Hmm, question is how well it will perform in the worst case I guess. Let's say someone doesn't use a browser or runtime JITing these well. Or in an environment where the runtime is recent but JITing is disabled. It's unlikely, but if it happens, it can be really slow.
|
|
I reverted recent changes already) Performance of CI is quite unstable. Will be great have online benchmark for compiler's speed |
|
Also, now I'm wondering if we can use TextDecoder? Or would there be WTF issues, hmm. |
|
|
|
Sounds good to me :) |
|
Thanks :) |
|
🎉 This PR is included in version 0.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Potentially fix #1324