cyanydeez 3 days ago

You can used shared buffers in chrome so one could use webworkers for a lot of processing. However, we are still waiting for many Apis to be available in webworkers.

  • DanielHB 3 days ago

    What you really want is to get a reference to those SharedArrayBuffers in the native code like you can do with WASM