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 WebAssembly bindings #10

Open labra opened 8 months ago

labra commented 8 months ago

One goal of this library is that it can be used in WebAssembly.

The oxigraph project also gives support for WebAssembly and their source code is in the js directory. Another project that also supports WebAssembly is nemo and they created a nice online demo.