I was hoping to use the new Flutter Wasm support to make my plugin load a little faster. Fortunately the latest Electron upgrade enables support for WasmGC, but unfortunately it looks like it needs support for SharedArrayBuffer which is disabled by default.
Here’s the example on how to add it back in.
stackoverflow.comPlease let me know if there’s another place I should request this.
Thanks!