Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 612 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 612 Bytes

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!