Skip to content

[mono][wasm] Handle delegates decorated with [UnmanagedFunctionPointe… - #77709

Merged
vargaz merged 4 commits into
dotnet:mainfrom
vargaz:fix-76930
Nov 2, 2022
Merged

[mono][wasm] Handle delegates decorated with [UnmanagedFunctionPointe…#77709
vargaz merged 4 commits into
dotnet:mainfrom
vargaz:fix-76930

Conversation

@vargaz

Copy link
Copy Markdown
Contributor

…r] in

the interp-to-native generator.

Fixes#76930.

@vargaz
vargaz requested a review from radical as a code ownerNovember 1, 2022 07:59
@ghostghost added the area-Interop-mono label Nov 1, 2022
@ghostghost assigned vargazNov 1, 2022
@vargaz
vargaz requested review from lewing and radical and removed request for radicalNovember 1, 2022 07:59
Comment threadsrc/tasks/WasmAppBuilder/PInvokeTableGenerator.cs Outdated
Comment threadsrc/tasks/WasmAppBuilder/PInvokeTableGenerator.cs Outdated
Comment threadsrc/tasks/WasmAppBuilder/PInvokeTableGenerator.cs Outdated
vargazand others added 2 commits November 1, 2022 05:05
Co-authored-by: Ankit Jain <radical@gmail.com>
Co-authored-by: Ankit Jain <radical@gmail.com>
Co-authored-by: Ankit Jain <radical@gmail.com>
@vargaz
vargaz merged commit bdd67af into dotnet:mainNov 2, 2022
@vargaz
vargaz deleted the fix-76930 branch November 2, 2022 04:14
@lewing

Copy link
Copy Markdown
Member

/backport to release/7.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3474631855

@ghostghost locked as resolved and limited conversation to collaborators Dec 16, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WebAssembly fails to generate trampoline for delegates decorated with UnmanagedFunctionPointer

3 participants

@vargaz@lewing@radical