Replies: 1 comment
|
Please check out the emscripten demo and github actions (which build and run emscripten target on a Linux build server). Don't know if there is any change in the latest emcc, 2.0.5 is checked to work. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a super simple helloworld project:
main.cpp
It is complaining missing something like missing rtti in link stage, but I thought it is enabled by default:
I'm on quite latest emsdk, updated just before I post.
so look like I need to enable rtti manually?
All reactions