-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: emscripten-core/emscripten
base: 1.36.12
head repository: emscripten-core/emscripten
compare: 1.36.13
- 9 commits
- 27 files changed
- 3 contributors
Commits on Oct 20, 2016
-
Revise SDL2 mouse test to not report back a value computed from mouse…
… coordinate results, but use asserts to verify execution.
Configuration menu - View commit details
-
Copy full SHA for 562fabb - Browse repository at this point
Copy the full SHA 562fabbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07cf113 - Browse repository at this point
Copy the full SHA 07cf113View commit details -
Fix emscripten_builtin_malloc/_free export to only occur if ONLY_MSPA…
…CES was not specified.
Configuration menu - View commit details
-
Copy full SHA for 9d6a73b - Browse repository at this point
Copy the full SHA 9d6a73bView commit details -
Fix documentation example on JS library to include the explicit 'void…
…' when declaring a function on JS side.
Configuration menu - View commit details
-
Copy full SHA for 4ead95c - Browse repository at this point
Copy the full SHA 4ead95cView commit details -
Disable test_autodebug for V8 (#4633)
* Disable test_autodebug for V8 test_autodebug is inaccurately marked no_wasm_backend(), when really it doesn't work in v8, with either backend or asm2wasm. v8 does work with asmjs, but just banning v8 is more accurate than not disabling this test for asm2wasm. * Exit early in autodebug when only running with V8
Configuration menu - View commit details
-
Copy full SHA for 931ffe3 - Browse repository at this point
Copy the full SHA 931ffe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebe2b93 - Browse repository at this point
Copy the full SHA ebe2b93View commit details -
Use -O0, etc. options in asm2wasm (#4640)
* pass -O0 etc. to asm2wasm, and update binaryen port which brings in that support * add test for select creation (which depends on whether optimizing for size or not)
Configuration menu - View commit details
-
Copy full SHA for 7d13fc0 - Browse repository at this point
Copy the full SHA 7d13fc0View commit details -
Fix symbols parsing code (#4641)
* fix symbols parsing code and share it between the system linker and nm parser. previously we parsed in the system linker in a silly way that didn't notice which were undefs, so we linked in more stuff than we needed (which would then get dce'd, so we didn't notice this). also update symbols, which now need to be precise
Configuration menu - View commit details
-
Copy full SHA for 698311b - Browse repository at this point
Copy the full SHA 698311bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 542888d - Browse repository at this point
Copy the full SHA 542888dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.36.12...1.36.13