Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
guest2424 opened this issue Jul 1, 2023 · 4 comments

Comments

@guest2424
Copy link

No description provided.

@samuraitruong
Copy link

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
Copy link
Author

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

@phillipl21
Copy link

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

@samuraitruong
Copy link

node build.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@samuraitruong @phillipl21 @guest2424 and others