compiler: test traps report correct line numbers (#1528)
Signed-off-by: Nuno Cruces <ncruces@users.noreply.github.com>
This commit is contained in:
@@ -19,6 +19,9 @@ var TinyGoWasm []byte
|
||||
//go:embed testdata/zig/main.wasm
|
||||
var ZigWasm []byte
|
||||
|
||||
//go:embed testdata/zig-cc/main.wasm
|
||||
var ZigCCWasm []byte
|
||||
|
||||
// RustWasm comes with huge DWARF sections, so we do not check it in directly,
|
||||
// but instead xz-compressed one is.
|
||||
var RustWasm []byte
|
||||
|
||||
Reference in New Issue
Block a user