alpathfinder
v0.2.6
Published
A Rust/WASM Pathfinder for Adventure.Land.
Readme
ALPathfinder
A Rust/WASM Pathfinder for Adventure.Land.
This project is a work in progress. It currently doesn't work.
Build
- Run
wasm-pack buildto build. - Add the following lines to
package.json:
"main": "alpathfinder.js",
"type": "module",Use Locally
- In the node project you want to use the pathfinder, run
npm install alpathfinder@file:../path/to/alpathfinder.
