rudof-project / rudof

RDF data shapes implementation in Rust
https://rudof-project.github.io
Apache License 2.0
39 stars 3 forks source link

Check how we handle async using reqwest #223

Open angelip2303 opened 4 hours ago

angelip2303 commented 4 hours ago

While working on the refactoring of the tool, I have seen that a key piece for implementing the SPARQL part of the tool is reqwest.

The thing is that we are currently following a blocking approach and I think that it may cause trouble when implementing the WASM-bindings.

I am currently working on this for the SRDF crate.

labra commented 4 hours ago

I think the reason is this issue: https://github.com/seanmonstar/reqwest/issues/891