Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
dependencies, and not things we know are actually missing (they may be provided by a C implementation); fixes #2154
|
|
|
|
|
|
side modules
|
|
|
|
|
|
|
|
|
|
|
|
#2060
|
|
This handles the situation when they're part of a global variable
whether it just be a float/double or embedded within a struct.
Fixes #1898.
|
|
|
|
|
|
|
|
Module.TOTAL_MEMORY
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
existing SIMD code to use updated JS SIMD API (SIMD.type.op instead of SIMD.op & SIMD.opu32; int32x4 instead of uint32x4); bug fix: right type of withX() for int32x4 initialization; bug fix: splat(0) instead of zero() for int32x4 initialization
|
|
|
|
backend output
|
|
fundamental things we cannot easily remove, and there are not many of them anyhow; fixes asm1.test_asm_pgo
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/parseTools.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
floats as well
|
|
|
|
|
|
|
|
|
|
|
|
|