See WebAssembly/wasi-sdk#274

I tried building something that requires cmake and pthreads and it failed to compile with zig;cc as the compiler and wasm32-wasi. If I try to use the wasm32-wasi-threads target I get this:
error: UnknownApplicationBinaryInterface
See WebAssembly/wasi-sdk#274

I tried building something that requires cmake and pthreads and it failed to compile with
zig;ccas the compiler and wasm32-wasi. If I try to use thewasm32-wasi-threadstarget I get this: