My C app uses all wchar_t (16-bit chars). How do I send strings of these back and forth between C and JS? I am currently looping through char by char but this seems inefficient since JS is already using 16-bit strings.
Any ideas? -- 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.
