Compile with AssemblyScript code written in TS -> WASM and compare to pure JS solution on "hot-path" code.
> npm i AssemblyScript/assemblyscript
> asc rotate.ts -b assemblyscript.wasm --validate -O3
OR SIMPLY:
> npm i && npm start
Compile with AssemblyScript code written in TS -> WASM and compare to pure JS solution on "hot-path" code.
> npm i AssemblyScript/assemblyscript
> asc rotate.ts -b assemblyscript.wasm --validate -O3
OR SIMPLY:
> npm i && npm start