Multithreading support in MiniGame.
When enabled, Unity generates a MiniGame build with multithreading support enabled. The generated content requires a browser that supports WebAssembly threads (SharedArrayBuffer). Currently, multithreaded MiniGame builds only enable multithreading on the native C/C++ language level. Multithreading C# code is not yet available.