paullouisageneau / datachannel-wasm

C++ WebRTC Data Channels and WebSockets for WebAssembly in browsers
MIT License
148 stars 25 forks source link

Support SharedArrayBuffer heap #49

Closed paullouisageneau closed 6 months ago

paullouisageneau commented 6 months ago

This PR adds a copy to an ArrayBuffer before sending binary messages if the heap is a SharedArrayBuffer.

Should fix https://github.com/paullouisageneau/datachannel-wasm/issues/48