Thomas Tanon
Thomas Tanon
Thank you @spacejam @bitmage for moving forward on WASM and WASI support. I have spent some time to make an attempt at it. [Here is the result](https://github.com/spacejam/sled/compare/main...Tpt:wasm). It seems to...
Thank you! The SPARQL W3C test suite format seems indeed to be the best. It is implementation independant and a lot of systems implement it like [rdflib](https://github.com/RDFLib/rdflib/blob/03c5e79298b35f29087ff82002becaaba0e3a656/test/test_dawg.py#L1), [Jena](https://github.com/apache/jena/blob/6e4837ee51f7c1a7bc3dfa18a21abd4c3f94d1bb/jena-arq/README.txt#L76), [RDF4J](https://github.com/eclipse/rdf4j/tree/main/testsuites/sparql/src/main/resources), [ruby-rdf](https://github.com/ruby-rdf/sparql/blob/3def7ce58202f698ca02c800944d89a7b4fa42e2/script/tc),...
@Mec-iS I believe it's because the `bindingsCompatible` expect its arguments to be sets and [where it is called](https://github.com/DerwenAI/kglab/blob/c9116f0ba22bb2f82490dc8da41ceecb8c674e6d/tests/rdf_tests/test_rdf_basic.py#L158) the arguments are not cast into sets opposite to [what rdflib does](https://github.com/RDFLib/rdflib/blob/a347f8d548e452d03e45f7d7b6b59a36e9d047f4/test/test_dawg.py#L437).
Thank you so much @surilindur! I have updated the PR to use `JSON.stringify`. @rubensworks Is it fine for you?
> I'm sure we can find some good browser-safe alternatives for it. Just found out about `object-inspect` for example, but perhaps there are better ones. I was also considering `object-inspect`....
> @Tpt Just found out about this: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-nodejs-modules.md Could you have a look to see if this rule can help in our case? I have just added this rule. I...
As discussed with @rubensworks, I will work on this issue via the Comunica Association.
@jacoscaz Thank you!
I just had a look at which Communica package/dependency have a dependency on a NodeJS standard library module: Communica modules and dependencies with NodeJS dependencies: | Module | Dependencies |...
Thank you! > Given https://github.com/nodejs/readable-stream/issues/448, I suspect that readable-stream works out-of-the-box in Webpack. However, the [readme indicates otherwise](https://www.npmjs.com/package/readable-stream#user-content-usage-in-browsers). So we will have to double-check this. Even if it would work...