summaryrefslogtreecommitdiff
path: root/test/passes/safe-heap_start-function.passes
Commit message (Collapse)AuthorAgeFilesLines
* Don't apply SafeHeap to wasm start function (#3424)Sam Clegg2020-12-041-0/+1
In relocable code (MAIN/SIDE modules) we use the start function to run `__wasm_init_memory` which loads the data segments into place. We can't call get_sbkr pointer during that function because the sbrk pointer itself lives in static data segment.