Y
Hacker News
new
|
ask
|
show
|
jobs
by
jackothy
127 days ago
Does it make sense to create a Wasm build of this for the browser? Or is the speedup mainly due to the browser spawning step rather than execution/rendering itself?
1 comments
dzogchen
127 days ago
I reckon the main speed up is from not having to launch a browser.
link
danhau
127 days ago
Mermaid can also be used inside the browser directly, I believe. The WASM compiled Rust implementation could still outperform it.
link
jackothy
127 days ago
Exactly, that's what I wanted to know. No other way to find out than to test, though. Don't know how easy it would be to wire it up.
link