blob: 65d886752612973f51522cdbdd93d8107fff6012 (
plain)
1
2
3
4
5
6
7
|
# Verify that the build id is included in the source map.
;; RUN: wasm-opt %s.wasm -o %t.wasm -osm %t.map
;; RUN: cat %t.map | filecheck %s
;; CHECK: {"version":3,"debugId":"01ab23cd45ef67ab89","sources":[],"names":[],"mappings":""}
|