hyperdivision / async-wasm

Add asynchronous external JS calls to your WASM that behave as sync WASM functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebWorker support

RangerMauve opened this issue · comments

Would it be possible to make this work through Web workers in the browser?

Yes, should be somewhat straightforward even

Using the same Atomics.wait trick? :O

Any developments? Sounds awesome