wingo / pictie

C++-to-webassembly testbed, in the form of a simple graphics library
Other
14 stars 0 forks source link

WebAssembly target doesn't compile with -fno-rtti #1

Open wingo opened 5 years ago

wingo commented 5 years ago

According to https://floooh.github.io/2016/08/27/asmjs-diet.html, I should consider compiling with -fno-rtti to minimize code size; however, the embind bindings fail to compile with this option set. See https://github.com/emscripten-core/emscripten/issues/6551.