weso / shapes-rs

RDF data shapes implementation in Rust
https://www.weso.es/shapes-rs/
Apache License 2.0
23 stars 1 forks source link

Add web demo #30

Open labra opened 5 months ago

labra commented 5 months ago

Add a Web demo where users can edit shapes and validate RDF.

Decision to make: It could be integrated into RDFShape or it could be standalone using WebAssembly...

MarcAntoine-Arnaud commented 3 weeks ago

Just in case, with rust you may create a web component. It will be defined in rust, and used by html/js classical webpage ;-)

So you may not need to choose between RDFShape & Wasm, you can do both !

labra commented 3 weeks ago

That may be a nice solution...do you have some examples of web component developed in Rust that we can take a look at?

One of my students wanted to create a web demo based on WebAssembly but it seems we may need to clean the library a bit more so it can be invoked from WebAssembly...I will open a different issue for that...

MarcAntoine-Arnaud commented 3 weeks ago

I have adapted a little bit that project custom-element, I may open it if needed, we can discuss it.