Y
Hacker News
new
|
ask
|
show
|
jobs
by
Nathanael_M
652 days ago
Figma is mostly WASM, no?
1 comments
murkt
652 days ago
That's not too HTMX-friendly technology, is it?
link
consteval
652 days ago
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.
link