Closed brson closed 1 year ago
In binaryen, enabling a feature both sets its enabled flag to true and disabled flag to false, and the opposite for disabling a feature (tool-options.h). Our code only sets enabled to true, but not disabled to false (builder.rs).
Figure out how to test for this.
In binaryen, enabling a feature both sets its enabled flag to true and disabled flag to false, and the opposite for disabling a feature (tool-options.h). Our code only sets enabled to true, but not disabled to false (builder.rs).
Figure out how to test for this.