paullouisageneau / datachannel-wasm

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

Remove wasm options that turned as default. #14

Closed hanseuljun closed 3 years ago

hanseuljun commented 3 years ago

According to the following, these two options do not need to be explicitly stated anymore. https://github.com/emscripten-core/emscripten/issues/12870

The rationale for removing these is to better allow things like setting "SHELL:-s WASM=0" in executables depending on datachannel-wasm.