• mtrofin's avatar
    [wasm] disable serialization for asm-wasm · 77b50a8e
    mtrofin authored
    Determine if the scope of the function to be serialized includes asm-
    wasm, and if so, bypass serialization, since we do not support it in
    that scenario.
    
    In this change, we do so regardless of whether the asm-wasm path was
    successful. This is so we keep the design simple, since the guidance
    to developers, moving forward, is to use wasm.
    
    BUG=643595
    
    Review-Url: https://codereview.chromium.org/2573193002
    Cr-Commit-Position: refs/heads/master@{#41704}
    77b50a8e
compiler.cc 64.9 KB