About the output build warning: JS library symbol '$allocateUTF8' is deprecated. Please open a bug if you have a continuing need for this symbol [-Wdeprecated] #21909
Replies: 2 comments
-
The replacement for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
emcc 3.1.55
My App is use in
allocateUTF8
for converting JS String to c++:c++ code:
JS code:
_myFunc(allocateUTF8("MyString"));
What is alternative to
allocateUTF8
? what are the changes that should be done for the above example ?Beta Was this translation helpful? Give feedback.
All reactions