summaryrefslogtreecommitdiffstats
path: root/js/src/wasm/moz.build
Commit message (Collapse)AuthorAgeLines
* Issue #1676 - Follow-up: Put js/src (including vm), jit, and wasm back into ↵Matt A. Tobin2020-11-20-1/+1
| | | | | | unified sources. Function template inflation in intermediate code. The linker problem we hit with the corrupt file was because there were too many function descriptors and relation in the .lib
* Issue #1676 - Part 16: Split WASM sources out of js/src/moz.buildMatt A. Tobin2020-11-04-0/+39
Also puts WasmBinaryIterator.cpp which is debug code ifdef'd behind MOZ_DEBUG