We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f7970 commit b77d0f9Copy full SHA for b77d0f9
src/ir/module-splitting.cpp
@@ -993,6 +993,7 @@ void ModuleSplitter::updateIR() {
993
assert(curr->type.isExact());
994
if (wasm.features.hasCustomDescriptors()) {
995
// Add a cast, as the parent may depend on the exactness to validate.
996
+ // TODO: The cast may be needed even without CD enabled
997
replaceCurrent(Builder(wasm).makeRefCast(curr, curr->type));
998
}
999
curr->type = curr->type.with(Inexact);
0 commit comments