We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e961f commit 5a01ee6Copy full SHA for 5a01ee6
.circleci/config.yml
@@ -360,7 +360,7 @@ jobs:
360
361
linux-wasm-build:
362
environment:
363
- WASI_SDK_VERSION: 20
+ WASI_SDK_VERSION: 22
364
machine:
365
image: ubuntu-2204:2023.04.2
366
steps:
cmake/toolchain/wasi.cmake
@@ -17,8 +17,6 @@
17
set(CMAKE_C_COMPILER /opt/wasi-sdk/bin/clang)
18
set(CMAKE_CXX_COMPILER /opt/wasi-sdk/bin/clang++)
19
20
-set(CMAKE_INSTALL_RPATH "")
21
-set(CMAKE_INSTALL_RPATH_USE_LINK_PATH False)
22
set(CMAKE_EXE_LINKER_FLAGS "-Xlinker -v -v")
23
24
add_compile_definitions(CATCH_CONFIG_NO_POSIX_SIGNALS JSON_HAS_FILESYSTEM=0)
0 commit comments