STR: ```c #include <emscripten.h> EMSCRIPTEN_KEEPALIVE void foo() {} ``` => ``` $ ./emcc a.cpp -o a.wasm error: undefined symbol: main warning: To disable errors for undefined symbols use `-s ERROR_ON_UNDEFINED_SYMBOLS=0` ``` @sbc100 Is that related to the recent crt1 changes perhaps?