Hacker News new | ask | show | jobs
by skybrian 1936 days ago
How does communication between the lightweight processes work? What do the messages look like? Are they copied?
1 comments

Yes, the data is copied from the memory of one process to another. In the future we want to use the WebAssembly multi-memory proposal to allow processes to share data without copying and reduce overhead in certain cases.