Reputation: 57
We have an existing application written in WPF and we our looking for a way to migrate it so it will work on web browsers.
After digging up, it seems that we need to find a way to compile the code to webassembly, but I'm not sure how good it will work for an existing fully loaded WPF app.
Any idea on how to start?
Upvotes: 3
Views: 5274
Reputation: 961
Uno Platform could definitely help you port your applications to any browser using WebAssembly. The ability to do it depends on the way your WPF application is developed:
You can try the get started on Uno at the following link: https://platform.uno/wpf/
Disclaimer: I'm working for Uno Platform.
Upvotes: 3