rustyscreeps / screeps-starter-rust

Starter Rust AI for Screeps, the JavaScript-based MMO game
MIT License
121 stars 47 forks source link

wrong module name in javascript #37

Closed ForgottenBeast closed 1 year ago

ForgottenBeast commented 1 year ago

Wasm_pack runs with the following option: --out-name" "screeps"

if one does not edit the javascript file to change "screeps-starter-rust" to "screeps", one gets the following error:

stack trace: Error: Unknown module 'screeps-starter-rust'

because only a screeps.js file is produced.

ForgottenBeast commented 1 year ago

after looking into cargo screeps code it appears the issue comes from my use of a different folder name, my bad, this can be closed as PEBKAC