diff --git a/pages/common/wasm-objdump.md b/pages/common/wasm-objdump.md index 1741660b4e..af8422ff4b 100644 --- a/pages/common/wasm-objdump.md +++ b/pages/common/wasm-objdump.md @@ -1,6 +1,7 @@ # wasm-objdump > Display information from WebAssembly binaries. +> More information: . - Display the section headers of a given binary: diff --git a/pages/common/wasm-opt.md b/pages/common/wasm-opt.md index f5d9036b24..f472e34e49 100644 --- a/pages/common/wasm-opt.md +++ b/pages/common/wasm-opt.md @@ -1,6 +1,7 @@ # wasm-opt > Optimize WebAssembly binary files. +> More information: . - Apply default optimizations and write to a given file: diff --git a/pages/common/wasm2c.md b/pages/common/wasm2c.md index b29e224837..c9684cb10a 100644 --- a/pages/common/wasm2c.md +++ b/pages/common/wasm2c.md @@ -1,6 +1,7 @@ # wasm2c > Convert a file from the WebAssembly binary format to a C source file and header. +> More information: . - Convert a file to a C source file and header and display it to the console: diff --git a/pages/common/wasm2wat.md b/pages/common/wasm2wat.md index 230d5554a1..cbfc851b7e 100644 --- a/pages/common/wasm2wat.md +++ b/pages/common/wasm2wat.md @@ -1,6 +1,7 @@ # wasm2wat > Convert a file from the WebAssembly binary format to the text format. +> More information: . - Convert a file to the text format and display it to the console: