Revision 43074846f216abad2a1c35b5a631f2a9481d9e07 authored by Sam Clegg on 29 December 2022, 11:24:16 UTC, committed by GitHub on 29 December 2022, 11:24:16 UTC
As part of #18391 (as yet unreleased) I changed the behaviour of EM_JS
functions such that they were underscore mangled like native functions.
However this change in naming can break existing code and is not needed
for the fix after all.
1 parent bfabc4e
Raw File
.gitattributes
# These files are minified JS which treat as binary avoid then showing up in
# the output of `git grep` or `git diff`
tools/crunch-worker.js -diff
third_party/lzma.js/lzma-decoder.js -diff
third_party/lzma.js/lzma-full.js -diff
test/other/test_emsize.js -diff
src/emscripten-source-map.min.js -diff
test/* linguist-vendored
third_party/* linguist-vendored
system/ linguist-vendored

AUTHORS merge=union
ChangeLog.md merge=union
back to top