We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To reproduce
./dotnet.cmd build /p:TargetOS=wasi /p:TargetArchitecture=wasm /p:Configuration=Debug /t:RunSample .\src\mono\sample\wasi\native\ /p:TrimMode=full
Actual result undefined symbol: ManagedFunc
undefined symbol: ManagedFunc
Expected ManagedFunc returned 42
ManagedFunc returned 42
Workaround Use ilink descriptor
<type fullname="Sample.Test"> <method signature="System.Int32 MyExport(System.Int32)" /> </type>
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @agocke, @sbomer, @vitek-karas See info in area-owners.md if you want to be subscribed.
Sorry, something went wrong.
Duplicate of #101434
No branches or pull requests
To reproduce
./dotnet.cmd build /p:TargetOS=wasi /p:TargetArchitecture=wasm /p:Configuration=Debug /t:RunSample .\src\mono\sample\wasi\native\ /p:TrimMode=full
Actual result
undefined symbol: ManagedFunc
Expected
ManagedFunc returned 42
Workaround
Use ilink descriptor
The text was updated successfully, but these errors were encountered: