Skip to content

Add a minimal WASI configuration.

Dan Gohman requested to merge sunfish/cmake:wasi into master

WASI is the WebAssembly System Interface, a new API for WebAssembly in development here:

https://github.com/WebAssembly/WASI

WASI doesn't support dynamic linking yet, which is most of what's in other platforms' config files, so the WASI config file is relatively sparse for now.

Merge request reports