Skip to content

Commit 2845601

Browse files
committed
[wa-info] Add note about name section
1 parent 040954b commit 2845601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mono/wasm/tools/wa-info/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Module: path: dotnet.wasm
6161
```
6262

6363
Disassemble function
64+
*note: build the app with `-p:WasmNativeDebugSymbols=true -p:WasmNativeStrip=false` to preserve name custom section*
6465
```
6566
> wa-info.exe -d -f ves_icall_RuntimeFieldInfo_GetValueInternal$ dotnet.wasm
6667
(func ves_icall_RuntimeFieldInfo_GetValueInternal(param i32 i32 i32) (result i32))

0 commit comments

Comments
 (0)