Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toyobayashi/wasi-cmake-demo


https://github.com/toyobayashi/wasi-cmake-demo

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

wasi-sdk.cmake

```cmake
set(CMAKE_C_COMPILER_WORKS ON)
set(CMAKE_CXX_COMPILER_WORKS ON)
set(CMAKE_SYSROOT ${WASI_SDK_PREFIX}/share/wasi-sysroot)
```