Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

WebAssembly - integer overflow/integer result unrepresentable

Discussion in '5.6 Beta' started by PieterAlbers, Mar 17, 2017.

  1. PieterAlbers

    PieterAlbers

    Joined:
    Dec 2, 2014
    Posts:
    244
    Hi all,

    I have been trying to 'port' our WebGL game (http://snowfight.io) to wasm - see how/if it affects memory, filesize and performance.

    However, I am constantly getting a integer overflow (Firefox 52) and integer result unrepresentable (Chrome) as soon as the game starts.

    I would like to enable full exceptions but the editor keeps crashing on asm2wasm.exe - see https://forum.unity3d.com/threads/webassembly-build-failing.455077/ as well

    Anybody experience similar issues?

    -Pieter
     
  2. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,135
    Last edited: Mar 17, 2017
  3. PieterAlbers

    PieterAlbers

    Joined:
    Dec 2, 2014
    Posts:
    244
    Hi - thanks for the update.
    Sorry for not checking the issue tracker sooner :(