Commits
User selector
Commit History
Commits on Feb 27, 2018
- authored
EM_JS implementation (#6220)
Show description for 2250887authored
Commits on Feb 20, 2018
Merge pull request #6244 from juj/deprecated_EM_ASM_INT_V
Show description for 12dc98eauthored
Commits on Feb 17, 2018
A float negation test case that creates invalid JS when compiled with -O0 (#6228)
Show description for 9b7a3c8authored andcommitted
Commits on Feb 15, 2018
EM_ASM varargs: using a format string (#6163)
Show description for ac37dd0authored- committed
Commits on Feb 13, 2018
Add log* and exp* methods to wasm_libc_rt (#6235)
Show description for 0209433authored
Commits on Feb 1, 2018
Commits on Jan 31, 2018
- committed
Fix test_llvm_intrinsics for llvm_round_f32/f64. https://llvm.org/docs/LangRef.html#id508 states that llvm.round 'returns the same values as the libm round functions would', and http://en.cpprefere…
Show description for 8d5e408committed- committed
Commits on Jan 12, 2018
Fix exporting a specific dynCall_* method (#6046)
Show description for 003a287authored
Commits on Jan 9, 2018
Fix stackAlloc test to handle adjacent/alignment-sized allocations (#6040)
Show description for 02ce9a1authored
Commits on Jan 5, 2018
stackAlloc test (#6027)
Show description for 0661d08authoredAdd llvm.minnum.f(32|64) and llvm.maxnum.f(32|64) intrinsics (#5978)
Show description for 0682865authored andcommitted
Commits on Jan 4, 2018
Stack trace and heap cleanups (#5988)
Show description for 37fe200authored
Commits on Dec 31, 2017
Add missing runtime exports (#6007)
Show description for fbebe2cauthored
Commits on Dec 28, 2017
- authored andcommitted
Commits on Dec 26, 2017
Commits on Dec 25, 2017
Remove final default runtime exports (#5984)
Show description for 341c221authored
Commits on Dec 24, 2017
Don't export FS methods by default (#5947)
Show description for f2191c1authored
Commits on Dec 20, 2017
De-runtime-ification (#5954)
Show description for c5a4558authored
Commits on Dec 7, 2017
Eval elimination #1 (#5751)
Show description for d750cefauthored andcommitted
Commits on Dec 6, 2017
Less default runtime exports (#5892)
Show description for 3bc1f9fauthored
Commits on Dec 1, 2017
do not export getValue and setValue by default (#5839)
Show description for ccc7803authored
Commits on Nov 22, 2017
Commits on Nov 10, 2017
Commits on Sep 18, 2017
Commits on Aug 27, 2017
- committed
- committed
Improve testing of EM_ASM code blocks, and handling of inputs that would have become non-evaluating strings in the body of an ASM_CONST. Revise the core set of EM_ASM functions to be EM_ASM_VOID, E…
Show description for cf8cf13committed- committed
Improve testing of EM_ASM code blocks, and handling of inputs that would have become non-evaluating strings in the body of an ASM_CONST. Revise the core set of EM_ASM functions to be EM_ASM_VOID, E…
Show description for 3b2cd86committed