Skip to content

Comment on Snappy UIs with WebAssembly and Web Workers

Comments

Can we have structural sharing between web workers please? Because serializing everything as a message stream is not the most efficient way to go about many things. Also not the most programmer-friendly.

You can share Wasm memories between workers. It's clunky and low-level, but it's as fast as hardware can be, with no serialization steps.

Thank you.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.