• clemensh's avatar
    [wasm] Throw real Error on wasm trap · b1434ac4
    clemensh authored
    Before, just a string was thrown, so no stack trace was attached there.
    Generated code from wasm does not grow by this change, we just pass a
    message id to the respective (new) runtime function.
    
    R=mstarzinger@chromium.org, titzer@chromium.org
    BUG=
    
    Review URL: https://codereview.chromium.org/1874383002
    
    Cr-Commit-Position: refs/heads/master@{#35664}
    b1434ac4
runtime-internal.cc 16.4 KB