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

Emscripten command-line arguments #20

Closed
mrsmkl opened this issue Sep 26, 2017 · 2 comments
Closed

Emscripten command-line arguments #20

mrsmkl opened this issue Sep 26, 2017 · 2 comments

Comments

@mrsmkl
Copy link
Member

mrsmkl commented Sep 26, 2017

Command line arguments should be allocated with malloc, initialized, and then passed to main as arguments.

@mrsmkl
Copy link
Member Author

mrsmkl commented Sep 26, 2017

For some reason, emscripten wants to have around 1.5Gb of memory. Need to find out how to make this lower.

@mrsmkl
Copy link
Member Author

mrsmkl commented Sep 27, 2017

Command line arguments seem to work now #24

@mrsmkl mrsmkl closed this as completed Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant