Hacker News new | ask | show | jobs
by murkt 652 days ago
That's not too HTMX-friendly technology, is it?
1 comments

WASM isn't friendly with any other web technologies because it's compiled code. You can't interact with the DOM at all, so if you're doing rendering via WASM it's always gonna be in it's own little island.