I have some issues getting
SharedArrayBuffer
to work properly on newer firefox versions.I did the changes required from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer/Planned_changes but had no success in using post_message in a web worker.
I did verify that both headers are set and that the window is in a secure context. The
SharedArrayBuffer
does work, but when usingpost_message
from the web worker, I get a panic.My project uses the
web_worker
crate, which is itself based on thewasm_bindgen/examples/raytrace_parallel
.
This example is also broken.Anyone knows who is the current maintainer of the wasm_bindgen examples?
The repo in question is https://github.com/amethyst/shotcaller