Hacker News new | ask | show | jobs
by chaosprint 1137 days ago
Stunning work! Just one small issue: changing the size of pages/canvas causes clicks. It may be caused by the absence of SharedArrayBuffer.

Solution:

--------------- ---------------- | main thread | <--- SharedArrayBuffer ---> | AudioWorklet | --------------- ---load CPP WASM and postMsg ---> ----------------

I used to have that issue in my browser-based live coding env: https://glicol.org

But SAB makes it gone, except on old safari that does not support SAB...