emscripten-core / emscripten-fastcomp

LLVM plus Emscripten's asm.js backend
Other
182 stars 111 forks source link

simplify tempRet0 logic - always import them from JS #237

Closed sbc100 closed 6 years ago

sbc100 commented 6 years ago

This is part of a 4 part change: LLVM: https://reviews.llvm.org/D53240 fastcomp: https://github.com/kripken/emscripten-fastcomp/pull/237 emscripten: https://github.com/kripken/emscripten/pull/7358 binaryen: https://github.com/WebAssembly/binaryen/pull/1709

sbc100 commented 6 years ago

Updated you change with the test fixes.