Search Unity

Job system in WebAssembly

Discussion in 'C# Job System' started by Eidoboy, Mar 26, 2018.

  1. Eidoboy

    Eidoboy

    Joined:
    Jul 3, 2012
    Posts:
    29
    How is the new job system performing in webassembly at present? Especially if there's a need to use big NativeArrays to process large amount of data, considering webgl memory limitations.
    Also, any insight from browser vendor on multithreading support?