Skip to content

earthiverse/ALPathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALPathfinder

A Rust/WASM Pathfinder for Adventure.Land.

This project is a work in progress. It currently doesn't work.

Build

  1. Run wasm-pack to build.
  2. Add the following lines to package.json:
  "main": "alpathfinder.js",
  "type": "module",

Use Locally

  1. In the node project you want to use the pathfinder, run npm install alpathfinder@file:../path/to/alpathfinder.
  2. Run your project in node with the flag --experimental-wasm-modules.

About

Rust/WASM Pathfinder for Adventure.Land

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages