SteveSandersonMS / WebWindow

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.
Apache License 2.0
1.99k stars 215 forks source link

Does WebWindow support Linux 32bit arch? #68

Closed anaselhajjaji closed 4 years ago

anaselhajjaji commented 4 years ago

I have an error like: DllNotFoundException: Unable to load DLL 'WebWindow.Native' or one of its dependencies: The specified module could not be found.

I think that because WebWindow does not support 32bit yet? is this correct? If yes, any plan to support it?

SteveSandersonMS commented 4 years ago

It's only built in 64 bit currently. If you're interested in submitting a PR to add 32-bit support, I'd be happy to consider merging it. Thanks!