happly icon indicating copy to clipboard operation
happly copied to clipboard

Support compiling Happly without RTTI.

Open jdumas opened this issue 5 months ago • 6 comments

I needed to compile Happly for a wasm project that wants to be compiled without RTTI, so this PR allows supporting this configuration. It comes with a custom RTTI implementation based on LLVM-style RTTI, but because they have some limitations compared to compiled-generated RTTIs (mostly when loaded across DLL boundaries), this alternative is disabled by default (and only used when RTTI are not available).

jdumas avatar Jan 17 '24 18:01 jdumas