I remembered few things we should add to AssemblyScript grant list:
- UTF-8 strings support (see Support UTF-8 strings out of the box · Issue #43 · AssemblyScript/assemblyscript · GitHub, Switch AssemblyScript to UTF-8 by default? · Issue #1653 · AssemblyScript/assemblyscript · GitHub) – potentially faster JSON parsing
- Template literals (Support template literals · Issue #466 · AssemblyScript/assemblyscript · GitHub) – useful for logging, etc. Also a common mistake people make in the wild, as compiler supports same quotes but doesn’t support substitution yet (it displays a warning).