Skip to content

How to recompile JavaScript code targeting the browser to target non-browser environments? #22235

Answered by sbc100
guest271314 asked this question in Q&A
Discussion options

You must be logged in to vote

If you are targetting JS engines then I highly recommend using the emscripten-generated loader code. Trying to write the loader code yourself can be a big project, depending on which APIs your module depends on.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@guest271314
Comment options

@sbc100
Comment options

@sbc100
Comment options

Answer selected by guest271314
@guest271314
Comment options

@guest271314
Comment options

@sbc100
Comment options

@guest271314
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants