File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
.devcontainer/features/wasi-sdk Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 66 "ghcr.io/devcontainers/features/common-utils" : {}
77 },
88 "containerEnv" : {
9- "WASI_SDK_ROOT " : " /opt/wasi-sdk"
9+ "WASI_SDK_PATH " : " /opt/wasi-sdk"
1010 }
1111}
Original file line number Diff line number Diff line change 5050 "binaryDir" : " ${sourceDir}/build.wasi" ,
5151 "cacheVariables" : {
5252 "CMAKE_EXPORT_COMPILE_COMMANDS" : " YES" ,
53- "CMAKE_TOOLCHAIN_FILE" : " $env{WASI_SDK_ROOT }/share/cmake/wasi-sdk.cmake" ,
53+ "CMAKE_TOOLCHAIN_FILE" : " $env{WASI_SDK_PATH }/share/cmake/wasi-sdk.cmake" ,
5454 "CMAKE_BUILD_TYPE" : " Release" ,
5555 "CMAKE_INSTALL_PREFIX" : " ${sourceDir}/build.wasi/install/usr" ,
5656 "CMAKE_INTERPROCEDURAL_OPTIMIZATION" : " YES" ,
5959 },
6060 "condition" : {
6161 "type" : " notEquals" ,
62- "lhs" : " $env{WASI_SDK_ROOT }" ,
62+ "lhs" : " $env{WASI_SDK_PATH }" ,
6363 "rhs" : " "
6464 }
6565 }
7676 {
7777 "name" : " install" ,
7878 "configurePreset" : " default" ,
79- "targets" : [" install" ]
79+ "targets" : [
80+ " install"
81+ ]
8082 },
8183 {
8284 "name" : " build-emscripten" ,
8587 {
8688 "name" : " install-emscripten" ,
8789 "configurePreset" : " emscripten" ,
88- "targets" : [" install" ]
90+ "targets" : [
91+ " install"
92+ ]
8993 },
9094 {
9195 "name" : " build-wasi" ,
9498 {
9599 "name" : " install-wasi" ,
96100 "configurePreset" : " wasi" ,
97- "targets" : [" install" ]
101+ "targets" : [
102+ " install"
103+ ]
98104 }
99105 ],
100106 "testPresets" : [
168174 ]
169175 }
170176 ]
171- }
177+ }
You can’t perform that action at this time.
0 commit comments