Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No stringToNewUTF8 #2669

Open
qcjxberin opened this issue Aug 26, 2024 · 5 comments
Open

No stringToNewUTF8 #2669

qcjxberin opened this issue Aug 26, 2024 · 5 comments
Labels
area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly)

Comments

@qcjxberin
Copy link

stringToNewUTF8 is a library symbol and not included by default; add it to your library.js __deps or to DEFAULT_LIBRARY_FUNCS_TO_INCLUDE on the command line (e.g. -sDEFAULT_LIBRARY_FUNCS_TO_INCLUDE='$stringToNewUTF8')

@qcjxberin
Copy link
Author

@seeronline not this

@flyinghead
Copy link

@qcjxberin
Copy link
Author

@flyinghead Tks

@qcjxberin
Copy link
Author

image

@jkotas jkotas added the area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly) label Aug 26, 2024
@SingleAccretion
Copy link

@qcjxberin what is the problem this issue is meant to direct attention to? The runtime doesn't use stringToNewUTF8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly)
Projects
None yet
Development

No branches or pull requests

5 participants
@qcjxberin @jkotas @flyinghead @SingleAccretion and others