We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040954b commit 2845601Copy full SHA for 2845601
src/mono/wasm/tools/wa-info/README.md
@@ -61,6 +61,7 @@ Module: path: dotnet.wasm
61
```
62
63
Disassemble function
64
+*note: build the app with `-p:WasmNativeDebugSymbols=true -p:WasmNativeStrip=false` to preserve name custom section*
65
66
> wa-info.exe -d -f ves_icall_RuntimeFieldInfo_GetValueInternal$ dotnet.wasm
67
(func ves_icall_RuntimeFieldInfo_GetValueInternal(param i32 i32 i32) (result i32))
0 commit comments