emscripten/.circleci
Sam Clegg 4e4f04e885
Make alignMemory into a library function (#14560)
This allows it to be used in MINIMAL_RUNTIME which can end up depending
on it in asan builds due to asan using mmap (which calls mmapAlloc).

This fixes the current failure on the waterfall of:
  asan.test_dyncall_specific_minimal_runtime

Also remove the default for the second argument here.  There are only
two call sites and both of them specify an alignment.

Add new mechanism for reporting usage of missing library functions
that were previously runtime functions.
2021-06-30 23:47:36 +02:00
..
config.yml Make alignMemory into a library function (#14560) 2021-06-30 23:47:36 +02:00