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

Make a version of the library compatible with WebAssembly #49

Open labra opened 3 weeks ago

labra commented 3 weeks ago

We would like to have the core part of the ShEx and SHACL validators and parsers compatible with WebAssembly so we could have standalone demos developed as WebAssembly.

Looking at this book, it seems that we need to remove some I/O parts from the core library.

We may need to check which modules can be compiled to WebAssembly:

Following is a list of libraries that we depend on and that we require to be compatible with WebAssembly: