96062c0427
This CL changes the printed wasm locations to use the spec'ed format (see https://github.com/WebAssembly/design/blob/master/Web.md#developer-facing-display-conventions). Before: <WASM[<id>]+<offset> After: wasm-function[<id>]:<offset> R=ahaas@chromium.org Change-Id: If8018012b518143d6353f5a1f5319764ee46f148 Reviewed-on: https://chromium-review.googlesource.com/529104 Reviewed-by: Andreas Haas <ahaas@chromium.org> Commit-Queue: Clemens Hammacher <clemensh@chromium.org> Cr-Commit-Position: refs/heads/master@{#45820}
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
wasm-function[0]:5: RuntimeError: divide by zero
|
|
RuntimeError: divide by zero
|
|
at main (wasm-function[0]:5)
|
|
at *%(basename)s:15:16
|
|
|