Open angelip2303 opened 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.
I think the reason is this issue: https://github.com/seanmonstar/reqwest/issues/891
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.