Skip to main content
Ty13
New Member
March 22, 2024
Question

Can you add support for SharedArrayBuffer?

  • March 22, 2024
  • 0 replies
  • 213 views

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.com

Please let me know if there’s another place I should request this.

Thanks!

This topic has been closed for replies.