Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emscripten-core/emscripten
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.36.12
Choose a base ref
...
head repository: emscripten-core/emscripten
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.36.13
Choose a head ref
  • 9 commits
  • 27 files changed
  • 3 contributors

Commits on Oct 20, 2016

  1. Revise SDL2 mouse test to not report back a value computed from mouse…

    … coordinate results, but use asserts to verify execution.
    juj committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    562fabb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07cf113 View commit details
    Browse the repository at this point in the history
  3. Fix emscripten_builtin_malloc/_free export to only occur if ONLY_MSPA…

    …CES was not specified.
    juj committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    9d6a73b View commit details
    Browse the repository at this point in the history
  4. Fix documentation example on JS library to include the explicit 'void…

    …' when declaring a function on JS side.
    juj committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    4ead95c View commit details
    Browse the repository at this point in the history
  5. 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
    jgravelle-google authored and kripken committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    931ffe3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebe2b93 View commit details
    Browse the repository at this point in the history
  7. 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)
    kripken authored Oct 20, 2016
    Configuration menu
    Copy the full SHA
    7d13fc0 View commit details
    Browse the repository at this point in the history
  8. 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
    kripken authored Oct 20, 2016
    Configuration menu
    Copy the full SHA
    698311b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    542888d View commit details
    Browse the repository at this point in the history
Loading