TEST AssemblyScript Performance Compile with AssemblyScript code written in TS -> WASM and compare to pure JS solution on "hot-path" code. build istruction > npm i AssemblyScript/assemblyscript > asc rotate.ts -b assemblyscript.wasm --validate -O3 OR SIMPLY: > npm i && npm start Read more on this article + original code here!