AngleSharp / AngleSharp.Wasm

:angel: Library to enable support for Web Assembly in AngleSharp.
https://anglesharp.github.io
MIT License
8 stars 1 forks source link

blazor wasm compatibility #2

Open danijerez opened 3 years ago

danijerez commented 3 years ago

I would like to know if AngleSharp.Was can be used in a blazor wasm project. I haven't gotten it to work, there is little documentation, is there an example or should I use a js library? Thanks.

FlorianRappl commented 3 years ago

This library has nothing to do with use in Blazor - it is a library to interpret WebAssembly (i.e., integrate WebAssembly into the browser core spawned by AngleSharp). Also, at the moment you cannot use it - it is not implemented.

Contributions are welcome!

I am not sure why you would want to use it / AngleSharp anyway. You are already running in a browser, so there is no need to include a browser core.