Hi there, I noticed that when I export a C function using -s EXPORTED_FUNCTIONS="['_test']", I'm able to call that function by just running _test() instead of cwrap() as mentioned in the documentation.
Since using _test() is much easier, I'm wondering whether there are any differences to doing it that way vs using cwrap()? Thanks! Robert -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
