a-star-wasm 用纯wast实现a*算法,纯粹的浪费时间。效率应该非常高,但是极大地牺牲了开发体验和可维护性 体验方法: git clone https://github.com/9-2-1/a-star-wasm cd a-star-wasm npm install (或者 yarn,或者其他你喜欢的……) node main.js (把main.wast编译成main.wasm) yarn global add five-server (或者换成任何你喜欢的本地服务器) five-server