uwdata / draco-vis

Draco on the web
18 stars 4 forks source link

Error when run locally #6

Open Bachery opened 3 years ago

Bachery commented 3 years ago

Hi, I try to run yarn start in the demo folder and get the following error in the browser's console:

Uncaught (in promise) abort({}). Build with -s ASSERTIONS=1 for more info.

How can I fix it?

domoritz commented 3 years ago

Urg, I remember running into this. I'm sorry that you run into this issue with the versions here. Somehow the emscripten builds of clingo sometimes showed this error. To fix it, I would try a few different versions of the clingo wasm library (and browsers) and maybe build a new version.

If you can, please help updating https://github.com/domoritz/clingo-wasm to the latest emscripten version. I don't have the cycles right now to look into this as I am focusing on getting https://github.com/cmudig/draco2 ready.