5 ms·
In a recent podcast, Daniel Thompson from Tauri talks about the perspective of having shared memory between the Webview and the backend in Tauri as well. Howeve
by baumschubser 2y ago
In a recent podcast, Daniel Thompson from Tauri talks about the perspective of having shared memory between the Webview and the backend in Tauri as well. However, it is pretty vague.
See here, search for "Topic 12": https://syntax.fm/show/821/is-tauri-the-electron-killer/transcript https://syntax.fm/show/821/is-tauri-the-electron-killer/tran...
- cyanydeez 2y agoYou 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 2y agoWhat you really want is to get a reference to those SharedArrayBuffers in the native code like you can do with WASM