6 comments

[ 2.4 ms ] story [ 70.0 ms ] thread
A screenshot would help those of us trying to explore the page on mobile phones that don't support (enough?) WebAssembly to see the live demo.
That's an excellent idea. I will add a static SVG as fallback right away.
This is awesome!

I'm working on a neural network project using c++17 and wanted to compile it into wasm. I searched how to support c++17 with emscripten and my finding seemed to be that it's not trivial. It's great to see that you have achieved it.

For neural network visualization, I also thought about using node graph, this is certainly a project I can learn from!

interesting. so it stores everything as triples, much like RDF?

I wonder what he means by 'blobs'. if he just means every element of the triple can be an arbitrary binary blob, that's kind of cool.

Yes, that is exactly what it means. Every symbol (vertex of the graph or element of a triple) has its own bitstream, which is used to implement all the literals.
This is great! I'm actually building something kinda similar right now.. I love the webassembly demo though!