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 d9dcc58 commit 55535edCopy full SHA for 55535ed
src/tasks/WasmAppBuilder/PInvokeTableGenerator.cs
@@ -179,7 +179,7 @@ private string CEntryPoint(PInvoke pinvoke)
179
if (pinvoke.WasmLinkage)
180
{
181
// We mangle the name to avoid collisions with symbols in other modules
182
- return _fixupSymbolName($"{pinvoke.Module}_{pinvoke.EntryPoint}");
+ return _fixupSymbolName($"{pinvoke.Module}#{pinvoke.EntryPoint}");
183
}
184
return _fixupSymbolName(pinvoke.EntryPoint);
185
0 commit comments