From 77fa3988c7e272425c72bcc04c8a10e02b3a12ec Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Fri, 6 Sep 2019 18:16:59 +0200 Subject: Print custom section contents if printable (#2326) This helps with debugging human-readable sections like sourceMappingURL. --- test/fib-dbg.wasm.fromBinary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fib-dbg.wasm.fromBinary') diff --git a/test/fib-dbg.wasm.fromBinary b/test/fib-dbg.wasm.fromBinary index 9645ec675..297911b8d 100644 --- a/test/fib-dbg.wasm.fromBinary +++ b/test/fib-dbg.wasm.fromBinary @@ -214,6 +214,6 @@ (local $0 i32) (nop) ) - ;; custom section "sourceMappingURL", size 35 + ;; custom section "sourceMappingURL", size 35, contents: "\"http://localhost:8000/fib.wasm.map" ) -- cgit v1.2.3