|
You are here |
wingolog.org | ||
| | | | |
www.wingolog.org
|
|
| | | | | wingolog: article: inside full-codegen, v8's baseline compiler | |
| | | | |
paulbutler.org
|
|
| | | | | [AI summary] The post discusses the current state and challenges of embedding WebAssembly outside of browsers, focusing on runtime choices, memory management, and interface design for applications like real-time multiplayer games. | |
| | | | |
mathiasbynens.be
|
|
| | | | | [AI summary] JavaScript has a Unicode problem. The article discusses how JavaScript handles Unicode, particularly with the use of surrogate pairs for characters outside the Basic Multilingual Plane (BMP). This leads to issues with string length and iteration, as some characters are represented by two code units. The article also covers the challenges with regular expressions and the need for polyfills or workarounds to handle Unicode correctly. It highlights the importance of understanding how JavaScript processes Unicode and provides examples of how to handle characters like emojis, combining marks, and other Unicode characters. The article also includes comments from readers discussing related issues and solutions. | |
| | | | |
v8project.blogspot.de
|
|
| | | JavaScript regular expressions are getting some new functionality: lookbehind assertions. | ||