stockfish.js icon indicating copy to clipboard operation
stockfish.js copied to clipboard

when i try to compile with "emcc build.js" i get error "wasm-ld: error: unknown file type: build.js" how do i compile

Open guest2424 opened this issue 2 years ago • 4 comments

guest2424 avatar Jul 01 '23 19:07 guest2424

You dont need to run emcc build.js, this is self executable file you just need to run it directly. ie run ./build.js directly from your terminal

samuraitruong avatar Sep 08 '23 04:09 samuraitruong

i get the error "'.' is not recognized as an internal or external command, operable program or batch file."

guest2424 avatar Sep 15 '23 15:09 guest2424

@guest2424 @samuraitruong Hi, was this issue figured out? I was having the same issue with nothing appearing when running "./build.js"

phillipl21 avatar Oct 02 '23 14:10 phillipl21

node build.js

samuraitruong avatar Oct 02 '23 19:10 samuraitruong