-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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][AOT] Mixed mode with profile and dedup failure: function signature mismatch #49648
Comments
Tagging subscribers to this area: @CoffeeFlux Issue DetailsDescriptionWhen running : System.Console.WriteLine("Hello"); With a profile, the following error happens:
ConfigurationRegression?No Other information
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsDescriptionWhen running : System.Console.WriteLine("Hello"); With a profile, the following error happens:
ConfigurationRegression?No Other information
|
I can reproduce, just put the aot.profile file into src/mono/sample/wasm/console, set AOTProfilePath and compile with make AOT=1. |
Description
When running :
With a profile, the following error happens:
Configuration
c116047, not fixed by #49538
Regression?
No
Other information
The text was updated successfully, but these errors were encountered: