when i try to compile with "emcc build.js" i get error "wasm-ld: error: unknown file type: build.js" how do i compile
guest2424 opened this issue · 4 comments
guest2424 commented
when i try to compile with "emcc build.js" i get error "wasm-ld: error: unknown file type: build.js" how do i compile
samuraitruong commented
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
guest2424 commented
i get the error "'.' is not recognized as an internal or external command,
operable program or batch file."
phillipl21 commented
@guest2424 @samuraitruong Hi, was this issue figured out? I was having the same issue with nothing appearing when running "./build.js"
samuraitruong commented
node build.js