Hacker News new | ask | show | jobs
by seanmcdirmid 3018 days ago
Does WASM provide a canvas API at least (i.e. something more advanced than pushing pixels to a buffer)?
1 comments

Nope, you call into JS for that as well. Canvas, WebGL, whatever.