rttrorg / rttr

C++ Reflection Library
https://www.rttr.org
MIT License
3.12k stars 430 forks source link

Make thread support optional for WASM #301

Open TrevorSundberg opened 3 years ago

TrevorSundberg commented 3 years ago

Compiling to WebAssembly with the wasi-sdk which uses wasi-libc, and has no thread support implemented yet. If there's a better way to do this let me know, as I attempted to somewhat mirror the RTTR_NO_CXX** defines.