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

Non-minimized JS port #9

Open
davidebaldini opened this issue Dec 19, 2014 · 2 comments
Open

Non-minimized JS port #9

davidebaldini opened this issue Dec 19, 2014 · 2 comments

Comments

@davidebaldini
Copy link

Thanks for the library.
Would it be possible to also upload the non-minimized JS port? I'd like to include the library in a Firefox addon, and it would be problematic to get reviewed by AMO if it's minimized.

@charmander
Copy link
Contributor

It’s generated using Emscripten from shoco.c.

@Ed-von-Schleck
Copy link
Owner

That's correct; if you take out the --closure 1 the boilerplate code will be unoptimized, but the code generated by asm.js will still not look pretty (see http://kripken.github.io/emscripten-site/docs/tools_reference/emcc.html#emcc-closure for details).

Might I ask what your addon is about? I always thought it should be a good fit for server<->client messaging, but I've never actually used it for something like that.

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

3 participants