The llvm default dfeature set was recently added in https://reviews.llvm.org/D125728.
I'm working on an emscripten change that will automatically disabled these new features if the user targets older browsers: emscripten-core/emscripten#17690
We decided the simplest way to implement this "disabling" would be as a binaryen pass to lower away the new feature(s).
The llvm default dfeature set was recently added in https://reviews.llvm.org/D125728.
I'm working on an emscripten change that will automatically disabled these new features if the user targets older browsers: emscripten-core/emscripten#17690
We decided the simplest way to implement this "disabling" would be as a binaryen pass to lower away the new feature(s).