Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wasm] Add support for pinvokes in user assemblies. #14253

Merged
merged 1 commit into from Apr 29, 2019

Conversation

vargaz
Copy link
Member

@vargaz vargaz commented Apr 27, 2019

The --pinvoke-libs=x argument to packager.exe can be used to generate pinvoke linking tables.
'x' is a list of library names used in DllImport declarations, i.e. --pinvoke-libs=libtest is used
to link with [DllImport ("libtest")].

The --pinvoke-libs=x argument to packager.exe can be used to generate pinvoke linking tables.
'x' is a list of library names used in DllImport declarations, i.e. --pinvoke-libs=libtest is used
to link with [DllImport ("libtest")].
@vargaz
Copy link
Member Author

vargaz commented Apr 27, 2019

@monojenkins build failed

@vargaz vargaz merged commit cf10cb7 into mono:master Apr 29, 2019
@vargaz vargaz deleted the wasm-pinvoke branch April 29, 2019 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants