Can you explain this a little more? This is for running JS server side right? So why would there be a DOM? Is the issue that JS libraries or other things you would be using assume a DOM?
This type of comment shows up on seemingly every thread about wasm and it is so tiresome. Wasm can't do any I/O unless the host passes the module a capability to do so. If you pass a module some DOM functions then it can access the DOM.
_m1x6|1 year ago
Also the previous article is here[0].
[0]: https://news.ycombinator.com/item?id=37849310
laurencerowe|1 year ago
lll-o-lll|1 year ago
davexunit|1 year ago