Homebrew: emsdk
not found (brew install emscripten
)
#19143
-
While the documentation makes it clear that the only officially supported way to install the After installing emscripten using homebrew, I can use the
I could not find any information on whether the homebrew command actually installs the SDK, or how to enable it (unanswered question on StackOverflow. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Installing via brew is an alternative to install via emsdk, so if you install via brew I wouldn't expect to find emsdk in your PATH. If |
Beta Was this translation helpful? Give feedback.
I believe the homebrew package provides all the same tools that emsdk does (i.e. llvm, binaryen, and emscripten), but it uses its own directory layout that matches what homebrew users expect. If you have more questions about the specifics of the homebrew package then I think that maintainer of the package is probably the best person to ask about it.
If emscripten-forge is specifically saying that it requires emsdk (and not just a working copy of emscripten and its dependencies) than you best bet is likely to simply use emsdk directly and not try to use the homebrew package (which is an alternative to using emsdk).