Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.
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-fastcomp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a053a50
Choose a base ref
...
head repository: emscripten-core/emscripten-fastcomp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 042f4a8
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on May 1, 2017

  1. emscripten-legalize-javascript-ffi to disable JS FFI mangling. (#181)

    For JS/Web platform, calls to JS imports are wrapped to convert i64 to
    i32 and f32 to f64. Likewise calls from JS into exports do the inverse
    wrapping. This change provides an option to disable that wrapping and
    use the original types for the call.
    kanaka authored and kripken committed May 1, 2017
    Configuration menu
    Copy the full SHA
    cf71ee4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. 1.37.12

    kripken committed May 2, 2017
    Configuration menu
    Copy the full SHA
    042f4a8 View commit details
    Browse the repository at this point in the history
Loading