Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move --separate-data-segments into a pass so it can be run from wasm-opt (#6088) | Sam Clegg | 2023-11-08 | 1 | -0/+22 |
Because we currently strip some data segments (i.e. EM_JS strings) during `--post-emscripten` this is too late as `--separate-data-segments` always runs in `wasm-emscripten-finalize`. Once emscripten switches over to using the pass directly we can remove the support from `wasm-emscripten-finalize` |