We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968290c commit c231e3bCopy full SHA for c231e3b
README.md
@@ -159,6 +159,18 @@ LibreSSL builds against relatively recent versions of [MinGW-w64](https://www.mi
159
confused with the original mingw.org project. MinGW-w64 3.2 or later
160
should work. See [README.mingw.md](README.mingw.md) for more information.
161
162
+### Emscripten
163
+
164
+When configuring LibreSSL for use with Emscripten, make sure to prepend
165
+`emcmake` to your `cmake` configuration command. Once configured, you can
166
+proceed with your usual `cmake` commands. For example:
167
168
+```sh
169
+emcmake cmake . -Bbuild
170
+cmake --build build --config Release
171
+ctest --test-dir build -C Release --output-on-failure
172
+```
173
174
# Using LibreSSL
175
176
## CMake
0 commit comments