JBildstein / SpiderEye

Cross platform .Net Core applications with a webview UI
Apache License 2.0
217 stars 22 forks source link

WebView2 & WASM #16

Open ricardok1 opened 4 years ago

ricardok1 commented 4 years ago

Hi there I'm starting ina discover phase to include some very dynamic interfaces with user to present and request data from the user. I think this approach is "oldy" but the also the best "future-proof" and good looking - html+css+js will not disappear no time soon.

Can this prototype be updated to use the new WebView2 (https://docs.microsoft.com/en-us/microsoft-edge/webview2/)? Can this include wasm as usable resource on the present or webview2 solution?

Cool solution and great job! Ricardo

JBildstein commented 4 years ago

see issue #14 and it seems that Microsoft has released a .NET version now so I can look into it more now.

You can include pretty much any file you like, SpiderEye doesn't do anything special with it, it just sends it to the webview if requested.

I'll leave this open for now so I can track it for WASM support specifically.