Search Unity

WebGL Build Error: WARNING:root:--separate-asm works best when compiling to HTML. otherwise, you...

Discussion in 'Web' started by ypoeymirou, Apr 12, 2017.

  1. ypoeymirou

    ypoeymirou

    Joined:
    Jul 31, 2015
    Posts:
    54
  2. Marco-Trivellato

    Marco-Trivellato

    Unity Technologies

    Joined:
    Jul 9, 2013
    Posts:
    1,654
    • 5.6 (and I think 5.5 too) already uses --separate-asm.
    • building with full-exceptions and wasm turned out to be a stack-verflow problem (Window-only). It will be fixed in 2017.1 (the fix may or may not be back-ported to 5.6)
     
  3. ypoeymirou

    ypoeymirou

    Joined:
    Jul 31, 2015
    Posts:
    54
    Hi,

    Thanks for the answer.
    The fact to be or not be ported back to 5.6 is important for us, as right now development build are not accessible for us, which could be a blocker when we have exceptions.

    What is the ETA for 2017.1 ?
     
  4. Marco-Trivellato

    Marco-Trivellato

    Unity Technologies

    Joined:
    Jul 9, 2013
    Posts:
    1,654
    I don't think we announced a release date yet, but we usually aim at releasing every 3 months approximately.

    for the time being, I suggest disabling wasm when you need to build with full exceptions, or simply build on Mac.