Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Monaco editor #9

Merged
merged 13 commits into from Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 6 additions & 7 deletions README.md
@@ -1,17 +1,16 @@
# SoWasm: an RDF playground based on Sophia

This started as an experiment of compiling [Sophia] into WebAssembly,
and grew into a (hopefully) useful playground for RDF validation,
conversion, canonicalization, and possibly more in the future...
This started as an experiment of compiling [Sophia] into WebAssembly, and grew into a (hopefully) useful playground for RDF validation, conversion, canonicalization, and possibly more in the future...

## Building from source

`wasm-pack build --target web`
```bash
wasm-pack build --target web
```

## Testing

Run a local web server (e.g. with `python -m http.server`)
and visit <http://localhost:8000/demo/>.
Run a local web server (e.g. with `python -m http.server`) and visit <http://localhost:8000/demo/>.


[Sophia]: https;//github.com/pchampin/sophia_rs
[Sophia]: https://github.com/pchampin/sophia_rs