| ▲ | pulkas 5 days ago | |
when will WASM integration become widely accepted? we need realtime canvas draw like oldschool desktop ui/ux. | ||
| ▲ | bookernath 5 days ago | parent | next [-] | |
Do you think the new WASI 0.3 stuff will help? I hope so. I'm always super impressed when I see an awesome WASM + WebGPU implementation that doesn't spin up my laptop fan. For canvas/WASM-style apps, I actually think explicit agent-facing APIs become even more important. If the UI is mostly pixels, an agent has less useful DOM/accessibility structure to infer from. WebMCP gives the app a way to expose semantic actions like “create shape”, “select layer”, “export”, “run simulation”, etc. regardless of whether the UI underneath is React, vanilla DOM, canvas, or WASM. | ||
| ▲ | becomevocal 5 days ago | parent | prev [-] | |
IMO there's a lot more we can do around hooking into the DOM directly, with more efficient data formats over the wire, before we absolutely need WASM We'd like to experiment more with this but haven't got their yet. Just some internal prototyping | ||