mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
When targeting WebAssembly, we default to building a single-threaded build as threads are still experimental. The user however can enable a multi- threaded build by specifying '-fno-single-threaded'. It's a compile-error to enable this flag, but not also enable shared-memory.