We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b416e2b commit 91bca73Copy full SHA for 91bca73
README.md
@@ -89,6 +89,9 @@ in compiling WebAssembly code. Supported CMake flags are:
89
sysroot libraries, don't build or use fresh libraries for tests.
90
* `-DWASI_SDK_TARGETS=..` - a list of targets to build, by default all WASI
91
targets are compiled.
92
+* `-DWASI_SDK_INSTALL_TO_CLANG_RESOURCE_DIR=ON` - install compiler-rt
93
+ to the compiler's resource directory. might be convenient if you want to
94
+ use the toolchain (eg. `./build/install/bin/clang`) in-place.
95
96
If you'd like to build distribution artifacts you can use the `dist` target like
97
so:
0 commit comments