Suppose I have function abc implemented module.cc and I build module.o and then link with flag:
-s EXPORTED_FUNCTIONS="['_abc']"
I'm getting this error:
WARNING root: function requested to be exported, but not implemented: "_abc"
What could be the reason?