We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9d1a1 commit 18e0807Copy full SHA for 18e0807
src/tools/wasm-dis.cpp
@@ -74,6 +74,12 @@ int main(int argc, const char* argv[]) {
74
75
options.applyFeatures(wasm);
76
77
+ // TODO: Validation. However, validating would mean that users are forced to
78
+ // run with wasm-dis -all or such, to enable the features (unless the
79
+ // features section is present, but that's rare in general). It would be
80
+ // better to have an "autodetect" code path that enables used features
81
+ // eventually.
82
+
83
if (options.debug) {
84
std::cerr << "Printing..." << std::endl;
85
}
0 commit comments