-
Notifications
You must be signed in to change notification settings - Fork 3.4k
emscripten_memcpy_big when bulk-memory enabled #18414
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
Comments
Running into this as well. Not critical, but looks like this issue might've slipped under the radar? |
I don't see anything in the code that would stop emscripten/system/lib/libc/emscripten_memcpy.c Lines 37 to 42 in 168dafb
One problem with doing that is that we probably wouldn't want to build a specific / separate version of libc when bulk-memory is enabled. |
Nothing except that it feels like it should be, sort of like
Yeah. |
Looks like this was implemented in #19128. |
I've seen in the emitted JS code that
emscripten_memcpy_big
is being defined even if-mbulk-memory
is enabled.Is this the expected behavior?
The text was updated successfully, but these errors were encountered: