You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::cerr << "warning: no output file specified, not emitting output\n";
Would it be possible/beneficial to have an option that accepts wasm module bytes via stdin and outputs the optimized bytes via stdout? (ex. something that works on Windows)
The text was updated successfully, but these errors were encountered:
I'd accept a PR for this. I'm not sure though if you're asking whether there is benefit, or whether you are asking for the feature because you would benefit?
Regarding this:
binaryen/src/tools/wasm-opt.cpp
Line 415 in 7074d87
Would it be possible/beneficial to have an option that accepts wasm module bytes via stdin and outputs the optimized bytes via stdout? (ex. something that works on Windows)
The text was updated successfully, but these errors were encountered: