Skip to content

How to I contribute? #18734

Answered by sbc100
iliakan asked this question in Q&A
Feb 13, 2023 · 1 comments · 9 replies
Discussion options

You must be logged in to vote

Emscripten depends on both llvm and on binaryen. The simplest way to get binaries for those tools is it use emsdk.

You can configure your local emscripten git checkout to use those either by setting up your own .emscripten config file to point to the emsdk version of these tools, or simply by using the emsdk config file directly with export EM_CONFIG=/path/to/emsdk/.emscripten.

If you want to build llvm and binaryen from source that is also an option but can take a long time and a lof of disk space, and is also unnecessary if you only want to contribute to emscirpten.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@sbc100
Comment options

@iliakan
Comment options

@sbc100
Comment options

@iliakan
Comment options

@iliakan
Comment options

Answer selected by iliakan
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